Increased version number to 0.2! ZOMG!

zircon^2
gareth 2007-05-21 01:24:54 +00:00
parent 4d5c9499f8
commit afab62dab3
2 changed files with 2 additions and 2 deletions

View File

@ -32,6 +32,6 @@ namespace OpenSim
/// </summary> /// </summary>
public class VersionInfo public class VersionInfo
{ {
public static string Version = "0.1, SVN build - please use releng if you desire any form of support"; public static string Version = "0.2, SVN build - please use releng if you desire any form of support";
} }
} }

View File

@ -3,7 +3,7 @@
# This is the one! # This is the one!
export OPENSIMMAJOR=0 export OPENSIMMAJOR=0
export OPENSIMMINOR=1 export OPENSIMMINOR=2
export BUILD=`date +%s` export BUILD=`date +%s`
export BRANCH=DEVEL export BRANCH=DEVEL
export SVNURL=svn://openmetaverse.org/opensim/trunk export SVNURL=svn://openmetaverse.org/opensim/trunk