diff options
author | Diva Canto | 2016-10-24 09:21:44 -0700 |
---|---|---|
committer | Diva Canto | 2016-10-24 09:21:44 -0700 |
commit | 4c76a061c742aee0ab09db70ff1e074b68500668 (patch) | |
tree | d8ab2eaa2e93de8d8f7c125f97e742ae2f5de763 /OpenSim/Framework/VersionInfo.cs | |
parent | viewer crash bug fix: fis the udp packets split of SendEstateList() large lis... (diff) | |
download | opensim-SC-4c76a061c742aee0ab09db70ff1e074b68500668.zip opensim-SC-4c76a061c742aee0ab09db70ff1e074b68500668.tar.gz opensim-SC-4c76a061c742aee0ab09db70ff1e074b68500668.tar.bz2 opensim-SC-4c76a061c742aee0ab09db70ff1e074b68500668.tar.xz |
Flip master to 0.9.1
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/VersionInfo.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/VersionInfo.cs b/OpenSim/Framework/VersionInfo.cs index 2e3c394..7bb0351 100644 --- a/OpenSim/Framework/VersionInfo.cs +++ b/OpenSim/Framework/VersionInfo.cs | |||
@@ -29,8 +29,8 @@ namespace OpenSim | |||
29 | { | 29 | { |
30 | public class VersionInfo | 30 | public class VersionInfo |
31 | { | 31 | { |
32 | public const string VersionNumber = "0.9.0.0"; | 32 | public const string VersionNumber = "0.9.1.0"; |
33 | public const string AssemblyVersionNumber = "0.9.0.*"; | 33 | public const string AssemblyVersionNumber = "0.9.1.*"; |
34 | 34 | ||
35 | private const Flavour VERSION_FLAVOUR = Flavour.Dev; | 35 | private const Flavour VERSION_FLAVOUR = Flavour.Dev; |
36 | 36 | ||