aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorgareth2007-05-21 01:24:54 +0000
committergareth2007-05-21 01:24:54 +0000
commitafab62dab324ae6ce56465be6965d78cdac3ce39 (patch)
treed24beaf511216d1185d05ecbaf5ccea8391f752b
parent* minor refactoring for readability (and to lessen greed) (diff)
downloadopensim-SC_OLD-afab62dab324ae6ce56465be6965d78cdac3ce39.zip
opensim-SC_OLD-afab62dab324ae6ce56465be6965d78cdac3ce39.tar.gz
opensim-SC_OLD-afab62dab324ae6ce56465be6965d78cdac3ce39.tar.bz2
opensim-SC_OLD-afab62dab324ae6ce56465be6965d78cdac3ce39.tar.xz
Increased version number to 0.2! ZOMG!
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