diff options
author | Justin Clark-Casey (justincc) | 2013-02-09 00:29:45 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-02-09 00:29:45 +0000 |
commit | 685a3c3c73d95e9bb12fd14cf299e8b1bdc6740c (patch) | |
tree | c4bea32985e3184656713bd235684583d9b18dc6 | |
parent | Merge branch '0.7.5-post-fixes' of ssh://opensimulator.org/var/git/opensim in... (diff) | |
download | opensim-SC_OLD-685a3c3c73d95e9bb12fd14cf299e8b1bdc6740c.zip opensim-SC_OLD-685a3c3c73d95e9bb12fd14cf299e8b1bdc6740c.tar.gz opensim-SC_OLD-685a3c3c73d95e9bb12fd14cf299e8b1bdc6740c.tar.bz2 opensim-SC_OLD-685a3c3c73d95e9bb12fd14cf299e8b1bdc6740c.tar.xz |
Change 0.7.5 flavour to post-fixes
-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 facda59..07ad3b3 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.5"; | 32 | private const string VERSION_NUMBER = "0.7.5"; |
33 | private const Flavour VERSION_FLAVOUR = Flavour.Release; | 33 | private const Flavour VERSION_FLAVOUR = Flavour.Post_Fixes; |
34 | 34 | ||
35 | public enum Flavour | 35 | public enum Flavour |
36 | { | 36 | { |