diff options
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -2,6 +2,16 @@ * configure.ac: + Post-release version bump. + +2006-09-03 Christian Persch <chpe@cvs.gnome.org> + + === Release 2.16.0 === + +2006-09-03 Christian Persch <chpe@cvs.gnome.org> + + * configure.ac: + Update API version for 2.16. 2006-08-24 Christian Persch <chpe@cvs.gnome.org> diff --git a/configure.ac b/configure.ac index d06932ac9..2e5eb2e62 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],[2.16.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) +AC_INIT([GNOME Web Browser],[2.16.0.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) GNOME_COMMON_INIT |