diff options
author | Diva Canto | 2009-08-17 06:41:26 -0700 |
---|---|---|
committer | Diva Canto | 2009-08-17 06:41:26 -0700 |
commit | 94cd4c136c8a3567d536cc67285cf6200056c7c2 (patch) | |
tree | 7dfea960c255052169e8bf443d266223dfb6d655 | |
parent | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-94cd4c136c8a3567d536cc67285cf6200056c7c2.zip opensim-SC_OLD-94cd4c136c8a3567d536cc67285cf6200056c7c2.tar.gz opensim-SC_OLD-94cd4c136c8a3567d536cc67285cf6200056c7c2.tar.bz2 opensim-SC_OLD-94cd4c136c8a3567d536cc67285cf6200056c7c2.tar.xz |
Bumping the interface number down again, because this *may* not be a breaking change with older sims.
-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 6f9b00c..743ca69 100644 --- a/OpenSim/Framework/Servers/VersionInfo.cs +++ b/OpenSim/Framework/Servers/VersionInfo.cs | |||
@@ -69,6 +69,6 @@ namespace OpenSim | |||
69 | /// of the code that is too old. | 69 | /// of the code that is too old. |
70 | /// | 70 | /// |
71 | /// </value> | 71 | /// </value> |
72 | public readonly static int MajorInterfaceVersion = 6; | 72 | public readonly static int MajorInterfaceVersion = 5; |
73 | } | 73 | } |
74 | } | 74 | } |