diff options
author | David Walter Seikel | 2013-09-10 02:48:14 +1000 |
---|---|---|
committer | David Walter Seikel | 2013-09-10 02:48:14 +1000 |
commit | f2cb6068b867185e454efadbdd86075a5a2cdb8c (patch) | |
tree | b1152d8aa4073fce7c12b3be6f5536a1d0bf95a5 /OpenSim/Framework | |
parent | Switch to the productien grid. Oops. (diff) | |
download | opensim-SC_OLD-f2cb6068b867185e454efadbdd86075a5a2cdb8c.zip opensim-SC_OLD-f2cb6068b867185e454efadbdd86075a5a2cdb8c.tar.gz opensim-SC_OLD-f2cb6068b867185e454efadbdd86075a5a2cdb8c.tar.bz2 opensim-SC_OLD-f2cb6068b867185e454efadbdd86075a5a2cdb8c.tar.xz |
Bump build number.
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 6bcad15..54af95e 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 string IG_BUILD_NUMBER = "1"; | 33 | private const string IG_BUILD_NUMBER = "4"; |
34 | private const Flavour VERSION_FLAVOUR = Flavour.IG; | 34 | private const Flavour VERSION_FLAVOUR = Flavour.IG; |
35 | 35 | ||
36 | public enum Flavour | 36 | public enum Flavour |