diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2016-01-02 17:00:25 -0500 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2016-01-02 17:00:25 -0500 |
commit | 6e3d806208bd64131ab595444e6254baef1564d2 (patch) | |
tree | 2174dfe29f8f4d8ed1b042a1aaa242f0b88015b3 /configure.ac | |
parent | redshift-gtk: Make sure that child process is closed after signals (diff) | |
download | redshift-ng-6e3d806208bd64131ab595444e6254baef1564d2.tar.gz redshift-ng-6e3d806208bd64131ab595444e6254baef1564d2.tar.bz2 redshift-ng-6e3d806208bd64131ab595444e6254baef1564d2.tar.xz |
configure.ac: Bump version to 1.11
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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]) |