diff options
author | Melanie Thielker | 2015-09-14 00:36:47 +0200 |
---|---|---|
committer | Melanie Thielker | 2015-09-14 00:36:47 +0200 |
commit | 783aff97230d077f0d6fd42c22896a6a04b21294 (patch) | |
tree | 8f4e730d53028258b4cea1738f068b15af26eed3 /OpenSim/Framework/VersionInfo.cs | |
parent | Entries in prebuild.xml are order sensitive. Fix the compile break (diff) | |
download | opensim-SC_OLD-783aff97230d077f0d6fd42c22896a6a04b21294.zip opensim-SC_OLD-783aff97230d077f0d6fd42c22896a6a04b21294.tar.gz opensim-SC_OLD-783aff97230d077f0d6fd42c22896a6a04b21294.tar.bz2 opensim-SC_OLD-783aff97230d077f0d6fd42c22896a6a04b21294.tar.xz |
Bump Interface Version to 8
Diffstat (limited to 'OpenSim/Framework/VersionInfo.cs')
-rw-r--r-- | OpenSim/Framework/VersionInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/VersionInfo.cs b/OpenSim/Framework/VersionInfo.cs index 8d500bd..ad39845 100644 --- a/OpenSim/Framework/VersionInfo.cs +++ b/OpenSim/Framework/VersionInfo.cs | |||
@@ -71,6 +71,6 @@ namespace OpenSim | |||
71 | /// of the code that is too old. | 71 | /// of the code that is too old. |
72 | /// | 72 | /// |
73 | /// </value> | 73 | /// </value> |
74 | public readonly static int MajorInterfaceVersion = 7; | 74 | public readonly static int MajorInterfaceVersion = 8; |
75 | } | 75 | } |
76 | } | 76 | } |