diff options
author | Sean McNamara | 2011-04-26 11:45:38 -0400 |
---|---|---|
committer | Sean McNamara | 2011-04-26 11:45:38 -0400 |
commit | 587aa91e36216e75f9b293b57c5b974d31e5ec54 (patch) | |
tree | a1c2a4e78cb6414cdebb93c46552dce5bc8e7ea0 /OpenSim/Framework | |
parent | Wait for OnOarFileSaved event callback before executing script (diff) | |
parent | Removed stale client components: MXP and VWoHTTP. (diff) | |
download | opensim-SC_OLD-587aa91e36216e75f9b293b57c5b974d31e5ec54.zip opensim-SC_OLD-587aa91e36216e75f9b293b57c5b974d31e5ec54.tar.gz opensim-SC_OLD-587aa91e36216e75f9b293b57c5b974d31e5ec54.tar.bz2 opensim-SC_OLD-587aa91e36216e75f9b293b57c5b974d31e5ec54.tar.xz |
Merge git://opensimulator.org/git/opensim
Diffstat (limited to '')
-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 c9d4c93..53a3f17 100644 --- a/OpenSim/Framework/Servers/VersionInfo.cs +++ b/OpenSim/Framework/Servers/VersionInfo.cs | |||
@@ -29,7 +29,7 @@ namespace OpenSim | |||
29 | { | 29 | { |
30 | public class VersionInfo | 30 | public class VersionInfo |
31 | { | 31 | { |
32 | private const string VERSION_NUMBER = "0.7.1"; | 32 | private const string VERSION_NUMBER = "0.7.2"; |
33 | private const Flavour VERSION_FLAVOUR = Flavour.Dev; | 33 | private const Flavour VERSION_FLAVOUR = Flavour.Dev; |
34 | 34 | ||
35 | public enum Flavour | 35 | public enum Flavour |