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-02-23 15:41:50 +0300
committerJesse Vincent <jesse@bestpractical.com>2001-02-23 15:41:50 +0300
commitbfec852ecf0fe17c86d0357f6b97c83552fc8838 (patch)
treeec3aca5590caf5ef34f9ff7466171cd5a32fc789
parente54a99faaeae9ca26203b6431bcb75c4eca04cdf (diff)
Bumped the version # for releasert-1.3.42
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d8a9e6437a..3a2943b6fc 100755
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ PERL = /usr/bin/perl
RT_VERSION_MAJOR = 1
RT_VERSION_MINOR = 3
-RT_VERSION_PATCH = 41
+RT_VERSION_PATCH = 42
RT_VERSION = $(RT_VERSION_MAJOR).$(RT_VERSION_MINOR).$(RT_VERSION_PATCH)