[Rt-commit] r17495 - rt/3.8/branches/3.8.2-releng

falcone at bestpractical.com falcone at bestpractical.com
Wed Dec 31 15:03:27 EST 2008


Author: falcone
Date: Wed Dec 31 15:03:27 2008
New Revision: 17495

Modified:
   rt/3.8/branches/3.8.2-releng/configure.ac

Log:
change version number since this will be rc2 not beta

Modified: rt/3.8/branches/3.8.2-releng/configure.ac
==============================================================================
--- rt/3.8/branches/3.8.2-releng/configure.ac	(original)
+++ rt/3.8/branches/3.8.2-releng/configure.ac	Wed Dec 31 15:03:27 2008
@@ -7,7 +7,7 @@
 
 dnl Setup autoconf
 AC_PREREQ([2.53])
-AC_INIT(RT, 3.8.2beta, [rt-bugs at bestpractical.com])
+AC_INIT(RT, 3.8.2rc2, [rt-bugs at bestpractical.com])
 AC_CONFIG_SRCDIR([lib/RT.pm.in])
 
 dnl Extract RT version number components


More information about the Rt-commit mailing list