aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2013-10-21 16:20:13 -0400
committerJon Lund Steffensen <jonlst@gmail.com>2013-10-21 16:20:13 -0400
commit582ec614ab749c9b109d3184021c8e0eb7d3f147 (patch)
tree1195480121d8fe71721ac4dd807bb09db569b247 /configure.ac
parentFix typos (Benjamin Kerensa) (diff)
parentBump version to 1.8 (diff)
downloadredshift-ng-582ec614ab749c9b109d3184021c8e0eb7d3f147.tar.gz
redshift-ng-582ec614ab749c9b109d3184021c8e0eb7d3f147.tar.bz2
redshift-ng-582ec614ab749c9b109d3184021c8e0eb7d3f147.tar.xz
Merge updates from v1.8 release
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5cc1261..11eb2f6 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.7], [https://bugs.launchpad.net/redshift])
+AC_INIT([redshift], [1.8], [https://bugs.launchpad.net/redshift])
AC_CONFIG_SRCDIR([src/redshift.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([dist-bzip2])