Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bestpractical/rt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2003-09-08 22:18:29 +0400
committerJesse Vincent <jesse@bestpractical.com>2003-09-08 22:18:29 +0400
commit6c70444b77c0bec924d2362c7dae6431f6b6580e (patch)
tree2978cb467f2efd4655947b32bdba1fb6f9d57a00
parent06914b5732931291ed6dc1d939a4ca4ef9c9c22b (diff)
RT 3.0.5rt-3.0.5
-rwxr-xr-xMakefile2
-rwxr-xr-xconfigure20
-rwxr-xr-xconfigure.ac2
-rwxr-xr-xsbin/rt-test-dependencies.in2
4 files changed, 13 insertions, 13 deletions
diff --git a/Makefile b/Makefile
index 4a2c6dc1e3..3317965bbb 100755
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ SITE_CONFIG_FILE = $(CONFIG_FILE_PATH)/RT_SiteConfig.pm
RT_VERSION_MAJOR = 3
RT_VERSION_MINOR = 0
-RT_VERSION_PATCH = 5rc1
+RT_VERSION_PATCH = 5
RT_VERSION = $(RT_VERSION_MAJOR).$(RT_VERSION_MINOR).$(RT_VERSION_PATCH)
TAG = rt-$(RT_VERSION_MAJOR)-$(RT_VERSION_MINOR)-$(RT_VERSION_PATCH)
diff --git a/configure b/configure
index 7eb2f3f905..5d5d644dcf 100755
--- a/configure
+++ b/configure
@@ -1,7 +1,7 @@
#! /bin/sh
# From configure.ac Revision: 1.1 .
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.57 for RT 3.0.5rc1.
+# Generated by GNU Autoconf 2.57 for RT 3.0.5.
#
# Report bugs to <rt-3.0-bugs@fsck.com>.
#
@@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='RT'
PACKAGE_TARNAME='rt'
-PACKAGE_VERSION='3.0.5rc1'
-PACKAGE_STRING='RT 3.0.5rc1'
+PACKAGE_VERSION='3.0.5'
+PACKAGE_STRING='RT 3.0.5'
PACKAGE_BUGREPORT='rt-3.0-bugs@fsck.com'
ac_unique_file="lib/RT.pm.in"
@@ -728,7 +728,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures RT 3.0.5rc1 to adapt to many kinds of systems.
+\`configure' configures RT 3.0.5 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -785,7 +785,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of RT 3.0.5rc1:";;
+ short | recursive ) echo "Configuration of RT 3.0.5:";;
esac
cat <<\_ACEOF
@@ -890,7 +890,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-RT configure 3.0.5rc1
+RT configure 3.0.5
generated by GNU Autoconf 2.57
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
@@ -905,7 +905,7 @@ cat >&5 <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by RT $as_me 3.0.5rc1, which was
+It was created by RT $as_me 3.0.5, which was
generated by GNU Autoconf 2.57. Invocation command line was
$ $0 $@
@@ -1247,7 +1247,7 @@ rt_version_major=3
rt_version_minor=0
-rt_version_patch=5rc1
+rt_version_patch=5
test "x$rt_version_major" = 'x' && rt_version_major=0
test "x$rt_version_minor" = 'x' && rt_version_minor=0
@@ -2338,7 +2338,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
-This file was extended by RT $as_me 3.0.5rc1, which was
+This file was extended by RT $as_me 3.0.5, which was
generated by GNU Autoconf 2.57. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -2393,7 +2393,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-RT config.status 3.0.5rc1
+RT config.status 3.0.5
configured by $0, generated by GNU Autoconf 2.57,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
diff --git a/configure.ac b/configure.ac
index 4d898ceec3..6a5996387a 100755
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ AC_REVISION($Revision: 1.1 $)dnl
dnl Setup autoconf
AC_PREREQ(2.53)
-AC_INIT(RT, [3.0.5rc1], [rt-3.0-bugs@fsck.com])
+AC_INIT(RT, [3.0.5], [rt-3.0-bugs@fsck.com])
AC_CONFIG_SRCDIR([lib/RT.pm.in])
dnl Extract RT version number components
diff --git a/sbin/rt-test-dependencies.in b/sbin/rt-test-dependencies.in
index 698ba2efa5..bb6bb4ddaa 100755
--- a/sbin/rt-test-dependencies.in
+++ b/sbin/rt-test-dependencies.in
@@ -85,7 +85,7 @@ Digest::MD5 2.27
DBI 1.37
Test::Inline
Class::ReturnValue 0.40
-DBIx::SearchBuilder 0.90
+DBIx::SearchBuilder 0.92
Text::Template
File::Spec 0.8
HTML::Entities