aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2016-01-02 17:00:25 -0500
committerJon Lund Steffensen <jonlst@gmail.com>2016-01-02 17:00:25 -0500
commit6e3d806208bd64131ab595444e6254baef1564d2 (patch)
tree2174dfe29f8f4d8ed1b042a1aaa242f0b88015b3
parent redshift-gtk: Make sure that child process is closed after signals (diff)
downloadredshift-ng-6e3d806208bd64131ab595444e6254baef1564d2.tar.gz
redshift-ng-6e3d806208bd64131ab595444e6254baef1564d2.tar.bz2
redshift-ng-6e3d806208bd64131ab595444e6254baef1564d2.tar.xz
configure.ac: Bump version to 1.11
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5659776..77cdf3f 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.10], [https://github.com/jonls/redshift/issues])
+AC_INIT([redshift], [1.11], [https://github.com/jonls/redshift/issues])
AC_CONFIG_SRCDIR([src/redshift.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])