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-08-22 03:08:00 +0400
committerJesse Vincent <jesse@bestpractical.com>2000-08-22 03:08:00 +0400
commit135ad37957e190194be4c57584082c7078520e45 (patch)
tree3758922b5536a5c307eeb24b76bea5a0a866e532
parente96b5b26065e534d47994300dce342e49bd5064b (diff)
Getting version #s in sync for RT 1.3.15rt-1.3.15
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 85a5bb2e73..121cf130f1 100755
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ RTGROUP = rt
RT_VERSION_MAJOR = 1
RT_VERSION_MINOR = 3
-RT_VERSION_PATCH = 14
+RT_VERSION_PATCH = 15
RT_VERSION = $(RT_VERSION_MAJOR).$(RT_VERSION_MINOR).$(RT_VERSION_PATCH)
TAG = rt-$(RT_VERSION_MAJOR)-$(RT_VERSION_MINOR)-$(RT_VERSION_PATCH)