diff options
author | Justin Clark-Casey (justincc) | 2010-08-09 21:16:27 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-08-09 21:16:27 +0100 |
commit | 105a51e3dddbe664758aceb34e3028aeec0981ca (patch) | |
tree | 375720af04456211855244d1e874c7b4e4be71ff /OpenSim/Framework/Servers/VersionInfo.cs | |
parent | update version number and switch flavour to release (diff) | |
download | opensim-SC_OLD-105a51e3dddbe664758aceb34e3028aeec0981ca.zip opensim-SC_OLD-105a51e3dddbe664758aceb34e3028aeec0981ca.tar.gz opensim-SC_OLD-105a51e3dddbe664758aceb34e3028aeec0981ca.tar.bz2 opensim-SC_OLD-105a51e3dddbe664758aceb34e3028aeec0981ca.tar.xz |
put in missing ; from last commit0.7.0.1-release
Diffstat (limited to 'OpenSim/Framework/Servers/VersionInfo.cs')
-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 6854973..c68540e 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.0.1"; | 32 | private const string VERSION_NUMBER = "0.7.0.1"; |
33 | private const Flavour VERSION_FLAVOUR = Flavour.Release | 33 | private const Flavour VERSION_FLAVOUR = Flavour.Release; |
34 | 34 | ||
35 | public enum Flavour | 35 | public enum Flavour |
36 | { | 36 | { |