diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2018-05-20 18:20:10 -0700 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2018-05-20 18:20:10 -0700 |
commit | 7a263836d98a56698c9349627563b1ce1c08ffeb (patch) | |
tree | 3df182f7d2d2351943ad252d000965bc2ac0d1bb | |
parent | Import translations from launchpad (diff) | |
download | redshift-ng-7a263836d98a56698c9349627563b1ce1c08ffeb.tar.gz redshift-ng-7a263836d98a56698c9349627563b1ce1c08ffeb.tar.bz2 redshift-ng-7a263836d98a56698c9349627563b1ce1c08ffeb.tar.xz |
Bump version to 1.12
-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]) |