aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2014-04-06 21:19:21 +0200
committerJon Lund Steffensen <jonlst@gmail.com>2014-04-06 21:19:21 +0200
commit6f7060d05a14717d852d3b182cb5a7f8c7a96a1b (patch)
treed6d9b98e8b374b201dd506a4201b3cdb9037c4a3 /configure.ac
parentHACKING: Update to Markdown syntax; add notes on making releases (diff)
parentcontrib: Update Fedora RPM spec for 1.9 (diff)
downloadredshift-ng-6f7060d05a14717d852d3b182cb5a7f8c7a96a1b.tar.gz
redshift-ng-6f7060d05a14717d852d3b182cb5a7f8c7a96a1b.tar.bz2
redshift-ng-6f7060d05a14717d852d3b182cb5a7f8c7a96a1b.tar.xz
Merge release branch for 1.9
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 7c4bdf1..d4bfc68 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
-AC_INIT([redshift], [1.8], [https://github.com/jonls/redshift/issues])
+AC_INIT([redshift], [1.9], [https://github.com/jonls/redshift/issues])
AC_CONFIG_SRCDIR([src/redshift.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign subdir-objects dist-xz])