~laudrup/redshift/kde-redshift

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Jon Lund Steffensen
  • Date: 2010-10-17 22:17:49 UTC
  • Revision ID: jonlst@gmail.com-20101017221749-ho5ahieyh27qekp6
Update AUTHORS, NEWS and configure.ac for 1.6 release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# Process this file with autoconf to produce a configure script.
3
3
 
4
4
AC_PREREQ([2.64])
5
 
AC_INIT([redshift], [1.5], [https://bugs.launchpad.net/redshift])
 
5
AC_INIT([redshift], [1.6], [https://bugs.launchpad.net/redshift])
6
6
AC_CONFIG_SRCDIR([src/redshift.c])
7
7
AC_CONFIG_HEADERS([config.h])
8
8
AM_INIT_AUTOMAKE([dist-bzip2])