diff options
author | Alessio Treglia <alessio@debian.org> | 2011-10-07 18:13:28 +0200 |
---|---|---|
committer | Alessio Treglia <alessio@debian.org> | 2011-10-07 18:13:28 +0200 |
commit | 2f9e6f7a9a3de54a3b60a17e9b5363eaa4c18d26 (patch) | |
tree | fd3733469dcdc75c84a94ba6c12d1dd2a8b11895 | |
parent | 56f2b0f45c501a3c4ef761dd77b0363c98b2b2b0 (diff) | |
parent | afe4573b20aa385377102902ce658fa088bb44d2 (diff) |
Merge commit 'upstream/3.2.0'
-rw-r--r-- | NEWS | 4 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +Overview of changes in simple-scan 3.2.0 + + * Version number change only + Overview of changes in simple-scan 3.1.91 * Fix compilation with latest Vala @@ -2739,7 +2739,7 @@ fi # Define the identity of the package. PACKAGE=simple-scan - VERSION=3.1.91 + VERSION=3.2.0 cat >>confdefs.h <<_ACEOF diff --git a/configure.ac b/configure.ac index a13ec97..bcbf124 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(configure.ac) -AM_INIT_AUTOMAKE(simple-scan, 3.1.91) +AM_INIT_AUTOMAKE(simple-scan, 3.2.0) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE GNOME_MAINTAINER_MODE_DEFINES |