diff options
author | Justin Clark-Casey (justincc) | 2012-09-04 00:11:14 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-09-04 00:11:14 +0100 |
commit | 15d5f3d09d140a0850d968fd3b738afc0b1f3985 (patch) | |
tree | 0fa3efe2519cfb20241e038317d1a1b1a54e5ae3 /OpenSim/Framework | |
parent | wrapping attachment functions in a region (diff) | |
download | opensim-SC_OLD-15d5f3d09d140a0850d968fd3b738afc0b1f3985.zip opensim-SC_OLD-15d5f3d09d140a0850d968fd3b738afc0b1f3985.tar.gz opensim-SC_OLD-15d5f3d09d140a0850d968fd3b738afc0b1f3985.tar.bz2 opensim-SC_OLD-15d5f3d09d140a0850d968fd3b738afc0b1f3985.tar.xz |
Bump master code up to 0.7.5 now that 0.7.4 is out.
Diffstat (limited to 'OpenSim/Framework')
-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 5f01788..c9d9770 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.4"; | 32 | private const string VERSION_NUMBER = "0.7.5"; |
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 |