Mercurial > pidgin
changeset 14951:37588c827c27
[gaim-migrate @ 17729]
Beta 5 is tagged n' stuff
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Fri, 10 Nov 2006 08:27:42 +0000 |
parents | 8f27e3e5d2a2 |
children | 8ba7a9912461 |
files | configure.ac gaim.spec.in |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)
--- 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.*//')