diff options
Diffstat (limited to 'rt/configure.ac')
-rw-r--r-- | rt/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rt/configure.ac b/rt/configure.ac index ea5de5e15..04f3d83be 100644 --- a/rt/configure.ac +++ b/rt/configure.ac @@ -2,11 +2,11 @@ dnl dnl Process this file with autoconf to produce a configure script dnl dnl Embed in generated ./configure script the following CVS info: -AC_REVISION($Revision: 1.1.1.2 $)dnl +AC_REVISION($Revision: 1.1.1.3 $)dnl dnl Setup autoconf AC_PREREQ(2.53) -AC_INIT(RT, [3.0.9], [rt-3.0-bugs@fsck.com]) +AC_INIT(RT, [3.0.12], [rt-3.0-bugs@fsck.com]) AC_CONFIG_SRCDIR([lib/RT.pm.in]) dnl Extract RT version number components |