diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2014-04-20 19:44:07 +0200 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2014-04-20 19:55:26 +0200 |
commit | 565ffc3c5030e2134c8caf655f89a0214018ce95 (patch) | |
tree | 44e929d5e228fa201ede388520ab6b769680c9f5 /configure.ac | |
parent | Fix line splitting logic. (diff) | |
download | redshift-ng-565ffc3c5030e2134c8caf655f89a0214018ce95.tar.gz redshift-ng-565ffc3c5030e2134c8caf655f89a0214018ce95.tar.bz2 redshift-ng-565ffc3c5030e2134c8caf655f89a0214018ce95.tar.xz |
Update NEWS and configure.ac for 1.9.1 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 339f0c8..deae0cf 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.9], [https://github.com/jonls/redshift/issues]) +AC_INIT([redshift], [1.9.1], [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]) |