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>2000-12-29 22:07:57 +0300
committerJesse Vincent <jesse@bestpractical.com>2000-12-29 22:07:57 +0300
commite39bf9d836fb5e66fc934cd909c2264c0045cdd6 (patch)
treeb73de2c3b7a4c98873ed8170e42252c3e9e78bb4
parentc9974af610a7e4f4068c725089cafd4d08619647 (diff)
bumped version for releasert-1.3.29
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f50fc50cde..03019e7ac4 100755
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ PERL = /usr/bin/perl
RT_VERSION_MAJOR = 1
RT_VERSION_MINOR = 3
-RT_VERSION_PATCH = 28
+RT_VERSION_PATCH = 29
RT_VERSION = $(RT_VERSION_MAJOR).$(RT_VERSION_MINOR).$(RT_VERSION_PATCH)
TAG = rt-$(RT_VERSION_MAJOR)-$(RT_VERSION_MINOR)-$(RT_VERSION_PATCH)