diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-12-12 19:16:13 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-12-12 19:16:13 +0800 |
commit | 6c0db2f02c1263c81b205fd4cde11f8943be3abc (patch) | |
tree | 9ba6677e989b2996b4a9f586b406c800de9d843a | |
parent | 73e93562b1c039277cffec515e4fa3a19189feac (diff) | |
download | gsoc2013-epiphany-6c0db2f02c1263c81b205fd4cde11f8943be3abc.tar gsoc2013-epiphany-6c0db2f02c1263c81b205fd4cde11f8943be3abc.tar.gz gsoc2013-epiphany-6c0db2f02c1263c81b205fd4cde11f8943be3abc.tar.bz2 gsoc2013-epiphany-6c0db2f02c1263c81b205fd4cde11f8943be3abc.tar.lz gsoc2013-epiphany-6c0db2f02c1263c81b205fd4cde11f8943be3abc.tar.xz gsoc2013-epiphany-6c0db2f02c1263c81b205fd4cde11f8943be3abc.tar.zst gsoc2013-epiphany-6c0db2f02c1263c81b205fd4cde11f8943be3abc.zip |
Post-release version bump.
2005-12-12 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-12-12 Christian Persch <chpe@cvs.gnome.org> + * configure.ac: + + Post-release version bump. + +2005-12-12 Christian Persch <chpe@cvs.gnome.org> + === Release 1.9.3.1 === * NEWS: diff --git a/configure.ac b/configure.ac index e8e99db66..aec6a0d31 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.3.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) +AC_INIT([GNOME Web Browser],[1.9.3.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) GNOME_COMMON_INIT |