diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2010-01-07 20:28:38 +0100 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2010-01-07 20:28:38 +0100 |
commit | c95a6aeeb82e3aa94a576b77168ef83a771c87af (patch) | |
tree | f18520f191ab0e6218b2bba46561a2df660e0fd9 /configure.ac | |
parent | Add include of stdint.h in header files. (diff) | |
download | redshift-ng-c95a6aeeb82e3aa94a576b77168ef83a771c87af.tar.gz redshift-ng-c95a6aeeb82e3aa94a576b77168ef83a771c87af.tar.bz2 redshift-ng-c95a6aeeb82e3aa94a576b77168ef83a771c87af.tar.xz |
Update ChangeLog, NEWS and README for 0.4 release.
Increment version in configure.ac.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7467cc6..77ed2ac 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.64]) -AC_INIT([redshift], [0.3], [jonlst@gmail.com]) +AC_INIT([redshift], [0.4], [jonlst@gmail.com]) AC_CONFIG_SRCDIR([src/redshift.c]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([dist-bzip2]) |