diff options
author | Justin Clark-Casey (justincc) | 2013-02-05 00:23:17 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-02-05 00:23:17 +0000 |
commit | 1f1da230976451d30d920c237d53c699ba96b9d9 (patch) | |
tree | 7700ac79b8c96bdfefb9d8ccc134843096207010 /OpenSim/Framework/AssemblyInfo.cs | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC-1f1da230976451d30d920c237d53c699ba96b9d9.zip opensim-SC-1f1da230976451d30d920c237d53c699ba96b9d9.tar.gz opensim-SC-1f1da230976451d30d920c237d53c699ba96b9d9.tar.bz2 opensim-SC-1f1da230976451d30d920c237d53c699ba96b9d9.tar.xz |
Bump version and assembly version numbers from 0.7.5 to 0.7.6
This is mostly Bluewall's work but I am also bumping the general version number
OpenSimulator 0.7.5 remains in the release candidate stage.
I'm doing this because master is significantly adding things that will not be in 0.7.5
This update should not cause issues with existing external binary DLLs because our DLLs do not have strong names
and so the exact version match requirement is not in force.
Diffstat (limited to 'OpenSim/Framework/AssemblyInfo.cs')
-rw-r--r-- | OpenSim/Framework/AssemblyInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/AssemblyInfo.cs b/OpenSim/Framework/AssemblyInfo.cs index 02986d5..b3db56c 100644 --- a/OpenSim/Framework/AssemblyInfo.cs +++ b/OpenSim/Framework/AssemblyInfo.cs | |||
@@ -59,5 +59,5 @@ using System.Runtime.InteropServices; | |||
59 | // Revision | 59 | // Revision |
60 | // | 60 | // |
61 | 61 | ||
62 | [assembly : AssemblyVersion("0.7.5.*")] | 62 | [assembly : AssemblyVersion("0.7.6.*")] |
63 | [assembly : AssemblyFileVersion("0.6.5.0")] \ No newline at end of file | 63 | [assembly : AssemblyFileVersion("0.6.5.0")] \ No newline at end of file |