aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2010-08-18 20:57:42 +0200
committerJon Lund Steffensen <jonlst@gmail.com>2010-08-18 20:57:42 +0200
commitdd36e21b6d1e44ee65b8a3ca6db08fd71701ceb0 (patch)
tree71fdc9b0e58f3cbcbf3762ee373e3e04551dda33 /configure.ac
parentgamma-randr.c: Apparently error and ver_reply can both be NULL. Check both to (diff)
downloadredshift-ng-dd36e21b6d1e44ee65b8a3ca6db08fd71701ceb0.tar.gz
redshift-ng-dd36e21b6d1e44ee65b8a3ca6db08fd71701ceb0.tar.bz2
redshift-ng-dd36e21b6d1e44ee65b8a3ca6db08fd71701ceb0.tar.xz
Update NEWS, AUTHORS and configure.ac for 1.5 release.
Diffstat (limited to '')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 54450b6..6f4bb98 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.4.1], [https://bugs.launchpad.net/redshift])
+AC_INIT([redshift], [1.5], [https://bugs.launchpad.net/redshift])
AC_CONFIG_SRCDIR([src/redshift.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([dist-bzip2])