diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2010-10-18 00:17:49 +0200 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2010-10-18 00:17:49 +0200 |
commit | 5209055f5c01c7e20b2b6292b51a93a47f09cb85 (patch) | |
tree | 82c9fc86a0bc7a79e0473e2bd4421b2f51761594 /configure.ac | |
parent | Add configuration file support. (diff) | |
download | redshift-ng-5209055f5c01c7e20b2b6292b51a93a47f09cb85.tar.gz redshift-ng-5209055f5c01c7e20b2b6292b51a93a47f09cb85.tar.bz2 redshift-ng-5209055f5c01c7e20b2b6292b51a93a47f09cb85.tar.xz |
Update AUTHORS, NEWS and configure.ac for 1.6 release.
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 6f4bb98..05bf8cb 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], [1.5], [https://bugs.launchpad.net/redshift]) +AC_INIT([redshift], [1.6], [https://bugs.launchpad.net/redshift]) AC_CONFIG_SRCDIR([src/redshift.c]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([dist-bzip2]) |