[Rt-commit] r14760 - rt/3.8/branches/3.8.1-releng

alexmv at bestpractical.com alexmv at bestpractical.com
Mon Aug 4 14:05:52 EDT 2008


Author: alexmv
Date: Mon Aug  4 14:05:52 2008
New Revision: 14760

Modified:
   rt/3.8/branches/3.8.1-releng/   (props changed)
   rt/3.8/branches/3.8.1-releng/configure.ac
   rt/3.8/branches/3.8.1-releng/releng.cnf

Log:
 r35269 at kohr-ah:  chmrr | 2008-08-04 14:05:40 -0400
  * Bump version number


Modified: rt/3.8/branches/3.8.1-releng/configure.ac
==============================================================================
--- rt/3.8/branches/3.8.1-releng/configure.ac	(original)
+++ rt/3.8/branches/3.8.1-releng/configure.ac	Mon Aug  4 14:05:52 2008
@@ -7,7 +7,7 @@
 
 dnl Setup autoconf
 AC_PREREQ([2.53])
-AC_INIT(RT, 3.8.HEAD, [rt-bugs at bestpractical.com])
+AC_INIT(RT, 3.8.1rc1, [rt-bugs at bestpractical.com])
 AC_CONFIG_SRCDIR([lib/RT.pm.in])
 
 dnl Extract RT version number components

Modified: rt/3.8/branches/3.8.1-releng/releng.cnf
==============================================================================
--- rt/3.8/branches/3.8.1-releng/releng.cnf	(original)
+++ rt/3.8/branches/3.8.1-releng/releng.cnf	Mon Aug  4 14:05:52 2008
@@ -1,5 +1,5 @@
 PRODUCT		= rt
-TAG		= 3.8.HEAD
+TAG		= 3.8.1rc1
 CANONICAL_REPO	= svn+ssh://svn.bestpractical.com/svn/bps-public/rt/3.8/
 TAGS		= tags/
 TRUNK		= trunk/


More information about the Rt-commit mailing list