diff options
author | Jeff Ames | 2009-07-15 05:24:06 +0000 |
---|---|---|
committer | Jeff Ames | 2009-07-15 05:24:06 +0000 |
commit | 6b3fc3ccb896b7825b8be46e24abf25ed18c1ba3 (patch) | |
tree | 2a111ccc68af85cfac2c83441e46f33be40f2c13 | |
parent | A stab at implementing llSetDamage. Not persistent. (diff) | |
download | opensim-SC_OLD-6b3fc3ccb896b7825b8be46e24abf25ed18c1ba3.zip opensim-SC_OLD-6b3fc3ccb896b7825b8be46e24abf25ed18c1ba3.tar.gz opensim-SC_OLD-6b3fc3ccb896b7825b8be46e24abf25ed18c1ba3.tar.bz2 opensim-SC_OLD-6b3fc3ccb896b7825b8be46e24abf25ed18c1ba3.tar.xz |
Bump version in Framework/Servers/VersionInfo to 0.6.6.
-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 3f731aa..7b6f048 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.6.5"; | 32 | private const string VERSION_NUMBER = "0.6.6"; |
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 |