aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim.RegionServer/VersionInfo.cs2
-rwxr-xr-xreleng/makerel.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim.RegionServer/VersionInfo.cs b/OpenSim.RegionServer/VersionInfo.cs
index e5363f1..49cc6a5 100644
--- a/OpenSim.RegionServer/VersionInfo.cs
+++ b/OpenSim.RegionServer/VersionInfo.cs
@@ -32,6 +32,6 @@ namespace OpenSim
32 /// </summary> 32 /// </summary>
33 public class VersionInfo 33 public class VersionInfo
34 { 34 {
35 public static string Version = "0.1, SVN build - please use releng if you desire any form of support"; 35 public static string Version = "0.2, SVN build - please use releng if you desire any form of support";
36 } 36 }
37} 37}
diff --git a/releng/makerel.sh b/releng/makerel.sh
index abbedc1..b7bc568 100755
--- a/releng/makerel.sh
+++ b/releng/makerel.sh
@@ -3,7 +3,7 @@
3# This is the one! 3# This is the one!
4 4
5export OPENSIMMAJOR=0 5export OPENSIMMAJOR=0
6export OPENSIMMINOR=1 6export OPENSIMMINOR=2
7export BUILD=`date +%s` 7export BUILD=`date +%s`
8export BRANCH=DEVEL 8export BRANCH=DEVEL
9export SVNURL=svn://openmetaverse.org/opensim/trunk 9export SVNURL=svn://openmetaverse.org/opensim/trunk