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>1999-01-15 23:22:45 +0300
committerJesse Vincent <jesse@bestpractical.com>1999-01-15 23:22:45 +0300
commitb58890e983af66439b7b050c42482d32f0f82a4d (patch)
tree59d36d324525ff62b39bd28504396d486cadea89
parent895cab59bfbecb8b0fb6bcb9a650f407d0505f5e (diff)
bumped version to .99.1rt-0.99.1
-rwxr-xr-xMakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 929f2d9232..4ac69b56d4 100755
--- a/Makefile
+++ b/Makefile
@@ -10,8 +10,8 @@ RTUSER = rt
RTGROUP = rt
RT_VERSION_MAJOR = 0
-RT_VERSION_MINOR = 9
-RT_VERSION_PATCH = 20
+RT_VERSION_MINOR = 99
+RT_VERSION_PATCH = 1
RT_VERSION = $(RT_VERSION_MAJOR).$(RT_VERSION_MINOR).$(RT_VERSION_PATCH)