diff options
author | Justin Clark-Casey (justincc) | 2014-01-24 19:14:45 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-01-24 19:14:45 +0000 |
commit | 3ee9a6c2ee82fbe9a487d8b44331aee95a43edaa (patch) | |
tree | 02c776c674e35cbefc0f30b091da04886cad3d06 | |
parent | Change version to 0.7.6.1 and type to Release (diff) | |
download | opensim-SC_OLD-3ee9a6c2ee82fbe9a487d8b44331aee95a43edaa.zip opensim-SC_OLD-3ee9a6c2ee82fbe9a487d8b44331aee95a43edaa.tar.gz opensim-SC_OLD-3ee9a6c2ee82fbe9a487d8b44331aee95a43edaa.tar.bz2 opensim-SC_OLD-3ee9a6c2ee82fbe9a487d8b44331aee95a43edaa.tar.xz |
Change version to 0.7.6.1-rc1 instead
-rw-r--r-- | OpenSim/Framework/Servers/VersionInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Servers/VersionInfo.cs b/OpenSim/Framework/Servers/VersionInfo.cs index a6ede39..c04fe97 100644 --- a/OpenSim/Framework/Servers/VersionInfo.cs +++ b/OpenSim/Framework/Servers/VersionInfo.cs | |||
@@ -30,7 +30,7 @@ namespace OpenSim | |||
30 | public class VersionInfo | 30 | public class VersionInfo |
31 | { | 31 | { |
32 | private const string VERSION_NUMBER = "0.7.6.1"; | 32 | private const string VERSION_NUMBER = "0.7.6.1"; |
33 | private const Flavour VERSION_FLAVOUR = Flavour.Release; | 33 | private const Flavour VERSION_FLAVOUR = Flavour.RC1; |
34 | 34 | ||
35 | public enum Flavour | 35 | public enum Flavour |
36 | { | 36 | { |