diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2014-04-06 20:24:53 +0200 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2014-04-06 20:24:53 +0200 |
commit | d8c512ab73ace6243a4b1c25659b15c9abd6c6f9 (patch) | |
tree | f1828c8d6ab4a6c79d1ca88150c27b71dd57b182 /configure.ac | |
parent | Update translations from launchpad (diff) | |
download | redshift-ng-d8c512ab73ace6243a4b1c25659b15c9abd6c6f9.tar.gz redshift-ng-d8c512ab73ace6243a4b1c25659b15c9abd6c6f9.tar.bz2 redshift-ng-d8c512ab73ace6243a4b1c25659b15c9abd6c6f9.tar.xz |
Update NEWS and configure.ac for 1.9 release
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 7c4bdf1..d4bfc68 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.8], [https://github.com/jonls/redshift/issues]) +AC_INIT([redshift], [1.9], [https://github.com/jonls/redshift/issues]) AC_CONFIG_SRCDIR([src/redshift.c]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign subdir-objects dist-xz]) |