diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-01-17 08:42:04 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-01-17 08:42:04 +0800 |
commit | 1c5e22d9e816f8196e99dd3ae500689d71a62f0b (patch) | |
tree | 63cf2987e137548beac1776df43315ccb90633ab | |
parent | a64fca9e1257503b5d3b5944f2254c227775b9f9 (diff) | |
download | gsoc2013-epiphany-1c5e22d9e816f8196e99dd3ae500689d71a62f0b.tar gsoc2013-epiphany-1c5e22d9e816f8196e99dd3ae500689d71a62f0b.tar.gz gsoc2013-epiphany-1c5e22d9e816f8196e99dd3ae500689d71a62f0b.tar.bz2 gsoc2013-epiphany-1c5e22d9e816f8196e99dd3ae500689d71a62f0b.tar.lz gsoc2013-epiphany-1c5e22d9e816f8196e99dd3ae500689d71a62f0b.tar.xz gsoc2013-epiphany-1c5e22d9e816f8196e99dd3ae500689d71a62f0b.tar.zst gsoc2013-epiphany-1c5e22d9e816f8196e99dd3ae500689d71a62f0b.zip |
Post-release version bump.
2006-01-17 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 @@ 2006-01-17 Christian Persch <chpe@cvs.gnome.org> + * configure.ac: + + Post-release version bump. + +2006-01-17 Christian Persch <chpe@cvs.gnome.org> + === Release 1.9.5.1 === * NEWS: diff --git a/configure.ac b/configure.ac index 3a8533d04..c923616c9 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -AC_INIT([GNOME Web Browser],[1.9.5.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) +AC_INIT([GNOME Web Browser],[1.9.5.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) GNOME_COMMON_INIT |