~jamesodhunt/libnih/libnih-inotify-overflow-fix-for-777093

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Scott James Remnant
  • Date: 2010-12-23 22:06:15 UTC
  • Revision ID: scott@netsplit.com-20101223220615-whskt76bwmh2hyhw
* configure.ac: Bump version to 1.0.4
* NEWS: Begin new release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Process this file with autoconf to produce a configure script.
2
2
 
3
3
AC_PREREQ(2.62)
4
 
AC_INIT([libnih], [1.0.3], [http://bugs.launchpad.net/libnih/])
 
4
AC_INIT([libnih], [1.0.4], [http://bugs.launchpad.net/libnih/])
5
5
NIH_COPYRIGHT([[Copyright © 2010 Scott James Remnant <scott@netsplit.com>.]])
6
6
AC_CONFIG_SRCDIR([nih/libnih.h])
7
7
AC_CONFIG_MACRO_DIR([m4])