diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-05-29 23:23:29 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-05-29 23:23:29 +0800 |
commit | ec9bd1af473bf2a5159e3c32a82b660f50ec912d (patch) | |
tree | aae83f37194a65adc031b36cb1860039c12bc917 | |
parent | 42eece2eb1dca73dff3ca9a917998b8f95233f2a (diff) | |
download | gsoc2013-epiphany-ec9bd1af473bf2a5159e3c32a82b660f50ec912d.tar gsoc2013-epiphany-ec9bd1af473bf2a5159e3c32a82b660f50ec912d.tar.gz gsoc2013-epiphany-ec9bd1af473bf2a5159e3c32a82b660f50ec912d.tar.bz2 gsoc2013-epiphany-ec9bd1af473bf2a5159e3c32a82b660f50ec912d.tar.lz gsoc2013-epiphany-ec9bd1af473bf2a5159e3c32a82b660f50ec912d.tar.xz gsoc2013-epiphany-ec9bd1af473bf2a5159e3c32a82b660f50ec912d.tar.zst gsoc2013-epiphany-ec9bd1af473bf2a5159e3c32a82b660f50ec912d.zip |
Version 1.2.6.
2004-05-29 Christian Persch <chpe@cvs.gnome.org>
* configure.in:
Version 1.2.6.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,11 @@ 2004-05-29 Christian Persch <chpe@cvs.gnome.org> + * configure.in: + + Version 1.2.6. + +2004-05-29 Christian Persch <chpe@cvs.gnome.org> + * lib/ephy-debug.h: Revert varargs change, it doesn't work for LOG("Message") without diff --git a/configure.in b/configure.in index e62d39d7f..90d2df920 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([epiphany], [1.2.5.90], +AC_INIT([epiphany], [1.2.6], [http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany]) EPIPHANY_MAJOR=1.2 |