# HG changeset patch # User Mark Doliner # Date 1163147262 0 # Node ID 37588c827c2727b46b9d80bd35fb79b08615b636 # Parent 8f27e3e5d2a23d33e055408023b821ceca9e4b79 [gaim-migrate @ 17729] Beta 5 is tagged n' stuff committer: Tailor Script diff -r 8f27e3e5d2a2 -r 37588c827c27 configure.ac --- a/configure.ac Fri Nov 10 07:01:13 2006 +0000 +++ b/configure.ac Fri Nov 10 08:27:42 2006 +0000 @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([gaim], [2.0.0beta5], [gaim-devel@lists.sourceforge.net]) +AC_INIT([gaim], [2.0.0dev], [gaim-devel@lists.sourceforge.net]) AC_CANONICAL_SYSTEM AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) diff -r 8f27e3e5d2a2 -r 37588c827c27 gaim.spec.in --- a/gaim.spec.in Fri Nov 10 07:01:13 2006 +0000 +++ b/gaim.spec.in Fri Nov 10 08:27:42 2006 +0000 @@ -6,7 +6,7 @@ # When not doing betas comment this out # NOTE: %defines in spec files are evaluated in comments so the correct # way to comment it out is to replace the % with # -%define beta 5 +#%define beta 6 %if 0%{?beta} %define gaimver %(echo "@VERSION@"|sed -e 's/dev//; s/beta.*//')