diff options
author | Diva Canto | 2015-04-29 18:47:17 -0700 |
---|---|---|
committer | Diva Canto | 2015-04-29 18:47:17 -0700 |
commit | da32512ea449c2de2d4a6069f899fbd4a8bb03fa (patch) | |
tree | 987ee40d1a94d6fd821ff3b993fb79b748609fbe /OpenSim/Framework/Console | |
parent | Added new [Statistics] config section to go with the previous patch. (diff) | |
download | opensim-SC-da32512ea449c2de2d4a6069f899fbd4a8bb03fa.zip opensim-SC-da32512ea449c2de2d4a6069f899fbd4a8bb03fa.tar.gz opensim-SC-da32512ea449c2de2d4a6069f899fbd4a8bb03fa.tar.bz2 opensim-SC-da32512ea449c2de2d4a6069f899fbd4a8bb03fa.tar.xz |
Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8.2.*")
Diffstat (limited to 'OpenSim/Framework/Console')
-rw-r--r-- | OpenSim/Framework/Console/AssemblyInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Console/AssemblyInfo.cs b/OpenSim/Framework/Console/AssemblyInfo.cs index 4e50e44..67af471 100644 --- a/OpenSim/Framework/Console/AssemblyInfo.cs +++ b/OpenSim/Framework/Console/AssemblyInfo.cs | |||
@@ -55,4 +55,4 @@ using System.Runtime.InteropServices; | |||
55 | // You can specify all values by your own or you can build default build and revision | 55 | // You can specify all values by your own or you can build default build and revision |
56 | // numbers with the '*' character (the default): | 56 | // numbers with the '*' character (the default): |
57 | 57 | ||
58 | [assembly : AssemblyVersion("0.8.1.*")] | 58 | [assembly : AssemblyVersion("0.8.2.*")] |