aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2010-01-14 01:19:39 +0100
committerJon Lund Steffensen <jonlst@gmail.com>2010-01-14 01:19:39 +0100
commitb1b472c364dd573129f64df30a5f23a3a247ce6f (patch)
treee60596df66aae0216a11c276237f07703399e448 /configure.ac
parentconfigure.ac: Fail if explicitly enabled features are missing (diff)
downloadredshift-ng-b1b472c364dd573129f64df30a5f23a3a247ce6f.tar.gz
redshift-ng-b1b472c364dd573129f64df30a5f23a3a247ce6f.tar.bz2
redshift-ng-b1b472c364dd573129f64df30a5f23a3a247ce6f.tar.xz
Update AUTHORS, ChangeLog, NEWS, README for release.
Increment version in configure.ac.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 34423e4..e983efe 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.0], [jonlst@gmail.com])
+AC_INIT([redshift], [1.1], [jonlst@gmail.com])
AC_CONFIG_SRCDIR([src/redshift.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([dist-bzip2])