diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2009-12-28 15:42:10 +0100 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2009-12-28 15:42:10 +0100 |
commit | cd80b9ede605f76710157060f03ef92dbe2c69d8 (patch) | |
tree | 4b7c5fce71acfb7bd6832e847075d593f7f71ccf /configure.ac | |
parent | Add autoconf check for clock_gettime() and floor(). (diff) | |
download | redshift-ng-cd80b9ede605f76710157060f03ef92dbe2c69d8.tar.gz redshift-ng-cd80b9ede605f76710157060f03ef92dbe2c69d8.tar.bz2 redshift-ng-cd80b9ede605f76710157060f03ef92dbe2c69d8.tar.xz |
Update README, NEWS and ChangeLog for 0.3 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 09ee959..7467cc6 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.2], [jonlst@gmail.com]) +AC_INIT([redshift], [0.3], [jonlst@gmail.com]) AC_CONFIG_SRCDIR([src/redshift.c]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([dist-bzip2]) |