aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-09-10 02:48:14 +1000
committerDavid Walter Seikel2013-09-10 02:48:14 +1000
commitf2cb6068b867185e454efadbdd86075a5a2cdb8c (patch)
treeb1152d8aa4073fce7c12b3be6f5536a1d0bf95a5
parentSwitch to the productien grid. Oops. (diff)
downloadopensim-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.
-rw-r--r--OpenSim/Framework/Servers/VersionInfo.cs2
-rw-r--r--OpenSim/Region/OptionalModules/World/MoneyModule/SampleMoneyModule.cs2
2 files changed, 2 insertions, 2 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
diff --git a/OpenSim/Region/OptionalModules/World/MoneyModule/SampleMoneyModule.cs b/OpenSim/Region/OptionalModules/World/MoneyModule/SampleMoneyModule.cs
index 21ad265..a999b7f 100644
--- a/OpenSim/Region/OptionalModules/World/MoneyModule/SampleMoneyModule.cs
+++ b/OpenSim/Region/OptionalModules/World/MoneyModule/SampleMoneyModule.cs
@@ -555,7 +555,7 @@ namespace OpenSim.Region.OptionalModules.World.MoneyModule
555 /// <returns></returns> 555 /// <returns></returns>
556 private int GetFundsForAgentID(UUID AgentID) 556 private int GetFundsForAgentID(UUID AgentID)
557 { 557 {
558 int returnfunds = 75001; // Set it to the OpenSim version, plus the IG build number. Muahahaha; 558 int returnfunds = 75004; // Set it to the OpenSim version, plus the IG build number. Muahahaha;
559 559
560 return returnfunds; 560 return returnfunds;
561 } 561 }