From: <the...@us...> - 2006-11-10 08:27:44
|
Revision: 17729 http://svn.sourceforge.net/gaim/?rev=17729&view=rev Author: thekingant Date: 2006-11-10 00:27:42 -0800 (Fri, 10 Nov 2006) Log Message: ----------- Beta 5 is tagged n' stuff Modified Paths: -------------- trunk/configure.ac trunk/gaim.spec.in Modified: trunk/configure.ac =================================================================== --- trunk/configure.ac 2006-11-10 07:43:09 UTC (rev 17728) +++ trunk/configure.ac 2006-11-10 08:27:42 UTC (rev 17729) @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([gaim], [2.0.0beta5], [gai...@li...]) +AC_INIT([gaim], [2.0.0dev], [gai...@li...]) AC_CANONICAL_SYSTEM AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) Modified: trunk/gaim.spec.in =================================================================== --- trunk/gaim.spec.in 2006-11-10 07:43:09 UTC (rev 17728) +++ trunk/gaim.spec.in 2006-11-10 08:27:42 UTC (rev 17729) @@ -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.*//') This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |