diff --git a/OpenSim.RegionServer/VersionInfo.cs b/OpenSim.RegionServer/VersionInfo.cs index e5363f1435..49cc6a5945 100644 --- a/OpenSim.RegionServer/VersionInfo.cs +++ b/OpenSim.RegionServer/VersionInfo.cs @@ -32,6 +32,6 @@ namespace OpenSim /// 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"; } } diff --git a/releng/makerel.sh b/releng/makerel.sh index abbedc1362..b7bc56892d 100755 --- a/releng/makerel.sh +++ b/releng/makerel.sh @@ -3,7 +3,7 @@ # This is the one! export OPENSIMMAJOR=0 -export OPENSIMMINOR=1 +export OPENSIMMINOR=2 export BUILD=`date +%s` export BRANCH=DEVEL export SVNURL=svn://openmetaverse.org/opensim/trunk