diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2018-05-20 19:03:13 -0700 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2018-05-20 19:03:13 -0700 |
commit | 01139a15bfd9c2882871f26d915495e14dd2ba7a (patch) | |
tree | f691d4e976177656ad4635fe1100996027e7a3bd /configure.ac | |
parent | Fix issue where quartz did not mark as unavailable (diff) | |
parent | Update NEWS (diff) | |
download | redshift-ng-01139a15bfd9c2882871f26d915495e14dd2ba7a.tar.gz redshift-ng-01139a15bfd9c2882871f26d915495e14dd2ba7a.tar.bz2 redshift-ng-01139a15bfd9c2882871f26d915495e14dd2ba7a.tar.xz |
Merge branch 'release-1.12'
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 be0b51a..b411626 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.11], [https://github.com/jonls/redshift/issues]) +AC_INIT([redshift], [1.12], [https://github.com/jonls/redshift/issues]) AC_CONFIG_SRCDIR([src/redshift.c]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) |