aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2010-01-09 17:32:43 +0100
committerJon Lund Steffensen <jonlst@gmail.com>2010-01-09 17:32:43 +0100
commit29712168bbd77b692d11c610cda8160deac56b45 (patch)
tree0eececd9dbefe5e86e0b994af184431bd1bb13a5 /configure.ac
parentAdd some comments in the redshift.c. (diff)
downloadredshift-ng-29712168bbd77b692d11c610cda8160deac56b45.tar.gz
redshift-ng-29712168bbd77b692d11c610cda8160deac56b45.tar.bz2
redshift-ng-29712168bbd77b692d11c610cda8160deac56b45.tar.xz
Update ChangeLog, NEWS and README for 1.0 release.
Increment version in configure.ac.
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 77ed2ac..1d9eb73 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.64])
-AC_INIT([redshift], [0.4], [jonlst@gmail.com])
+AC_INIT([redshift], [1.0], [jonlst@gmail.com])
AC_CONFIG_SRCDIR([src/redshift.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([dist-bzip2])