Increased version number to 0.2! ZOMG!
parent
4d5c9499f8
commit
afab62dab3
|
@ -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";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue