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-05-23 16:57:52 +0400
committerJesse Vincent <jesse@bestpractical.com>2000-05-23 16:57:52 +0400
commitb620087958155b88782a72d6af3988d991673946 (patch)
tree29f3766bb8f79be854dbfb790b28ef536a5124d3
parent9b9b260363ed7d0d185cda64e0836e77643e6e6f (diff)
Bumped to 1.3.7rt-1.3.7
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0ab26328e2..014928a1de 100755
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ RTGROUP = rt
RT_VERSION_MAJOR = 1
RT_VERSION_MINOR = 3
-RT_VERSION_PATCH = 6
+RT_VERSION_PATCH = 7
RT_VERSION = $(RT_VERSION_MAJOR).$(RT_VERSION_MINOR).$(RT_VERSION_PATCH)
TAG = rt-$(RT_VERSION_MAJOR)-$(RT_VERSION_MINOR)-$(RT_VERSION_PATCH)