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>2001-01-17 14:41:46 +0300
committerJesse Vincent <jesse@bestpractical.com>2001-01-17 14:41:46 +0300
commit8ae4a722e9a46088577056789f97db133471211e (patch)
tree90c3f0ffd2456a8ac1ec737cc61abdcf9a11ba2f
parentd184fd0952c1b7ca793fa33e43ecac51ba6fef50 (diff)
updated searchbuilder dependency in testdepsrt-1.3.37
revved version in Makefile for release.
-rwxr-xr-xMakefile2
-rw-r--r--tools/testdeps2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 41dce1de8f..391a89cda3 100755
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ PERL = /usr/bin/perl
RT_VERSION_MAJOR = 1
RT_VERSION_MINOR = 3
-RT_VERSION_PATCH = 36
+RT_VERSION_PATCH = 37
RT_VERSION = $(RT_VERSION_MAJOR).$(RT_VERSION_MINOR).$(RT_VERSION_PATCH)
diff --git a/tools/testdeps b/tools/testdeps
index cb14ba5e8f..91252503f7 100644
--- a/tools/testdeps
+++ b/tools/testdeps
@@ -21,7 +21,7 @@ $mode = shift || &print_help;
DBI 1.13
DBIx::DataSource 0.02
DBIx::DBSchema 0.14
-DBIx::SearchBuilder 0.18
+DBIx::SearchBuilder 0.19
HTML::Entities
HTML::Mason 0.895
CGI::Cookie 1.06