aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2014-12-28 19:56:50 -0500
committerJon Lund Steffensen <jonlst@gmail.com>2015-01-04 14:53:16 -0500
commit8a63df181a98bd54adcee6b42ebb2ffb2456ec36 (patch)
tree31ad7bbed0d75f980978b10db682dade49b73a73 /configure.ac
parentredshift: Add noop pause() macro on windows platform (diff)
downloadredshift-ng-8a63df181a98bd54adcee6b42ebb2ffb2456ec36.tar.gz
redshift-ng-8a63df181a98bd54adcee6b42ebb2ffb2456ec36.tar.bz2
redshift-ng-8a63df181a98bd54adcee6b42ebb2ffb2456ec36.tar.xz
configure.ac: Update version to 1.10
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 3f46334..5659776 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.9.1], [https://github.com/jonls/redshift/issues])
+AC_INIT([redshift], [1.10], [https://github.com/jonls/redshift/issues])
AC_CONFIG_SRCDIR([src/redshift.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])