diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-08-28 23:03:38 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-08-28 23:03:38 +0800 |
commit | 17a08461b2f39eb514c161a35b00e9c31d2b0e39 (patch) | |
tree | b20d98dc9af3b9c13215bb183833975fb595a6d7 | |
parent | 2a2d0483204a80cdf692ce25d293f2381ad5c58d (diff) | |
download | gsoc2013-epiphany-17a08461b2f39eb514c161a35b00e9c31d2b0e39.tar.gz gsoc2013-epiphany-17a08461b2f39eb514c161a35b00e9c31d2b0e39.tar.zst gsoc2013-epiphany-17a08461b2f39eb514c161a35b00e9c31d2b0e39.zip |
Post-release version bump.
2005-08-28 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
Post-release version bump.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,11 @@ 2005-08-28 Christian Persch <chpe@cvs.gnome.org> + * configure.ac: + + Post-release version bump. + +2005-08-28 Christian Persch <chpe@cvs.gnome.org> + === Release 1.7.6 === * NEWS: diff --git a/configure.ac b/configure.ac index 3fb0cd335..f949e95c6 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([configure.ac]) -EPIPHANY_MAJOR=1.7 +EPIPHANY_MAJOR=1.8 AC_SUBST([EPIPHANY_MAJOR]) AM_INIT_AUTOMAKE([1.8 dist-bzip2 no-dist-gzip check-news]) |