diff options
author | Justin Clark-Casey (justincc) | 2014-01-24 18:29:31 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-01-24 18:29:31 +0000 |
commit | 972f5175a8a21e9d3667fdf2ee1a771ec89da6eb (patch) | |
tree | d0c7d741ca3fbfffa230907efec4a49d5eb3a723 | |
parent | Merge branch '0.7.6-post-fixes' of ssh://opensimulator.org/var/git/opensim in... (diff) | |
download | opensim-SC_OLD-972f5175a8a21e9d3667fdf2ee1a771ec89da6eb.zip opensim-SC_OLD-972f5175a8a21e9d3667fdf2ee1a771ec89da6eb.tar.gz opensim-SC_OLD-972f5175a8a21e9d3667fdf2ee1a771ec89da6eb.tar.bz2 opensim-SC_OLD-972f5175a8a21e9d3667fdf2ee1a771ec89da6eb.tar.xz |
Change version to 0.7.6.1 and type to Release
-rw-r--r-- | OpenSim/Framework/Servers/VersionInfo.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Servers/VersionInfo.cs b/OpenSim/Framework/Servers/VersionInfo.cs index 4eb247f..a6ede39 100644 --- a/OpenSim/Framework/Servers/VersionInfo.cs +++ b/OpenSim/Framework/Servers/VersionInfo.cs | |||
@@ -29,8 +29,8 @@ namespace OpenSim | |||
29 | { | 29 | { |
30 | public class VersionInfo | 30 | public class VersionInfo |
31 | { | 31 | { |
32 | private const string VERSION_NUMBER = "0.7.6"; | 32 | private const string VERSION_NUMBER = "0.7.6.1"; |
33 | private const Flavour VERSION_FLAVOUR = Flavour.Post_Fixes; | 33 | private const Flavour VERSION_FLAVOUR = Flavour.Release; |
34 | 34 | ||
35 | public enum Flavour | 35 | public enum Flavour |
36 | { | 36 | { |