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>2002-04-19 04:40:51 +0400
committerJesse Vincent <jesse@bestpractical.com>2002-04-19 04:40:51 +0400
commitec7f915780a408c77412201cf7b378b2e7aa88b7 (patch)
tree982dfb4e263195c5dee848652ffa559ac51b8ca4
parentde56a70a8b6a91747f3e2e1b137dc2b75ad2ce34 (diff)
Bumping version to 2.1.3rt-2.1.3
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8c2f4d84e7..d081288bf4 100755
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ GETPARAM = $(PERL) -e'require "$(CONFIG_FILE_PATH)"; print $${$$RT::{$$ARGV[0]}
RT_VERSION_MAJOR = 2
RT_VERSION_MINOR = 1
-RT_VERSION_PATCH = 2
+RT_VERSION_PATCH = 3
RT_VERSION = $(RT_VERSION_MAJOR).$(RT_VERSION_MINOR).$(RT_VERSION_PATCH)
TAG = rt-$(RT_VERSION_MAJOR)-$(RT_VERSION_MINOR)-$(RT_VERSION_PATCH)