diff options
author | ivan <ivan> | 2011-04-08 23:13:54 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-04-08 23:13:54 +0000 |
commit | f3cdd3d85aae48837a2fc652524deb5e083945dc (patch) | |
tree | 63849f990eaf17eac5ea9b1a973780946471b5d3 /rt/configure.ac | |
parent | 38a9be49dcca77be7267a47664e3eb5b525b7831 (diff) |
landing 3.8.9 on 2.1 branch for 2.1.3
Diffstat (limited to 'rt/configure.ac')
-rw-r--r-- | rt/configure.ac | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/rt/configure.ac b/rt/configure.ac index b41ff207a..f9c0a25e4 100644 --- a/rt/configure.ac +++ b/rt/configure.ac @@ -3,11 +3,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.12.4.1 $)dnl +AC_REVISION($Revision: 1.1.1.12.4.2 $)dnl dnl Setup autoconf AC_PREREQ([2.53]) -AC_INIT(RT, 3.8.8, [rt-bugs@bestpractical.com]) +AC_INIT(RT, 3.8.9, [rt-bugs@bestpractical.com]) AC_CONFIG_SRCDIR([lib/RT.pm.in]) dnl Extract RT version number components @@ -397,6 +397,8 @@ AC_CONFIG_FILES([ etc/upgrade/3.8-branded-queues-extension etc/upgrade/3.8-ical-extension etc/upgrade/split-out-cf-categories + etc/upgrade/generate-rtaddressregexp + etc/upgrade/vulnerable-passwords sbin/rt-attributes-viewer sbin/rt-session-viewer sbin/rt-dump-database |