diff options
author | Justin Clark-Casey (justincc) | 2012-02-29 23:45:14 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-02-29 23:45:14 +0000 |
commit | aabbbb32ffd353ece2addf39c64f3ff3e15ca7d4 (patch) | |
tree | 39f72202cb8158c67b1c82087ed44a4034625cc8 /OpenSim | |
parent | Extend distsrc target to cleanup the files generated by running prebuild (diff) | |
download | opensim-SC_OLD-aabbbb32ffd353ece2addf39c64f3ff3e15ca7d4.zip opensim-SC_OLD-aabbbb32ffd353ece2addf39c64f3ff3e15ca7d4.tar.gz opensim-SC_OLD-aabbbb32ffd353ece2addf39c64f3ff3e15ca7d4.tar.bz2 opensim-SC_OLD-aabbbb32ffd353ece2addf39c64f3ff3e15ca7d4.tar.xz |
Flick master up to 0.7.4
Diffstat (limited to 'OpenSim')
-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 f30cb7a..7a5d715 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.3"; | 32 | private const string VERSION_NUMBER = "0.7.4"; |
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 |