From 8feac24248b549b1aa0d268b56a5c95bece3f77f Mon Sep 17 00:00:00 2001 From: mturk Date: Fri, 10 Nov 2006 14:23:52 +0000 Subject: [PATCH] Add version control flags like in 5.5 git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@473346 13f79535-47bb-0310-9956-ffa450edef68 --- build.properties.default | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build.properties.default b/build.properties.default index cd0edd1f9..c04ea9493 100644 --- a/build.properties.default +++ b/build.properties.default @@ -9,6 +9,14 @@ # $Id$ # ----------------------------------------------------------------------------- +# ----- Vesion Control Flags ----- +version.major=6 +version.minor=0 +version.build=2 +version.patch=0 +#Set the pretty version name +version=6.0.2 + # ----- Default Base Path for Dependent Packages ----- # Please note this path must be absolute, not relative, # as it is referenced with different working directory -- 2.11.0