aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2019-08-31 00:21:27 +1000
committeronefang2019-08-31 00:21:27 +1000
commit3d32ce2d98e692c11ee6225bcf507f59b2db66dc (patch)
tree897fe2fbd4f2570328ed85d077ed8ed81a2e8f4e
parentNew NEWS. (diff)
downloadopensim-SC-3d32ce2d98e692c11ee6225bcf507f59b2db66dc.zip
opensim-SC-3d32ce2d98e692c11ee6225bcf507f59b2db66dc.tar.gz
opensim-SC-3d32ce2d98e692c11ee6225bcf507f59b2db66dc.tar.bz2
opensim-SC-3d32ce2d98e692c11ee6225bcf507f59b2db66dc.tar.xz
Tag and release OpenSim_SC 0.9.0.1 RC1.OpenSim_SC_0.9.0.1_RC1
-rw-r--r--Differences.txt1
-rw-r--r--NEWS3
-rw-r--r--OpenSim/Framework/VersionInfo.cs2
-rw-r--r--coderDocs/TODO.txt4
4 files changed, 7 insertions, 3 deletions
diff --git a/Differences.txt b/Differences.txt
index 301cb68..824047d 100644
--- a/Differences.txt
+++ b/Differences.txt
@@ -91,6 +91,7 @@ balance displayed is the opensim-SC version number of the sim you are in.
91Obviously this is not a real economy, spending any of it doesn't deduct 91Obviously this is not a real economy, spending any of it doesn't deduct
92from your balance. You can still install a real economy module. 92from your balance. You can still install a real economy module.
93 93
94
94Web pages. 95Web pages.
95---------- 96----------
96 97
diff --git a/NEWS b/NEWS
index 144e5e8..d38b261 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,9 @@ git log c342c299af286083a60e447f3f4cbdc84f5cfbfa.. --pretty=format:"%s%n%b%n----
3Tag and release OpenSim_SC 0.9.0.1 RC1. 3Tag and release OpenSim_SC 0.9.0.1 RC1.
4 4
5---------------- 5----------------
6New NEWS.
7
8----------------
6 9
7 10
8git log 4e1a8967847b93442ec3e4e0d254c5d6c1edffb7..c342c299af286083a60e447f3f4cbdc84f5cfbfa --pretty=format:"%s%n%b%n----------------" > NEWS.0.9.0.1.6_RC0 11git log 4e1a8967847b93442ec3e4e0d254c5d6c1edffb7..c342c299af286083a60e447f3f4cbdc84f5cfbfa --pretty=format:"%s%n%b%n----------------" > NEWS.0.9.0.1.6_RC0
diff --git a/OpenSim/Framework/VersionInfo.cs b/OpenSim/Framework/VersionInfo.cs
index 2de485f..25a327a 100644
--- a/OpenSim/Framework/VersionInfo.cs
+++ b/OpenSim/Framework/VersionInfo.cs
@@ -33,7 +33,7 @@ namespace OpenSim
33 public const string AssemblyVersionNumber = "0.9.0.*"; 33 public const string AssemblyVersionNumber = "0.9.0.*";
34 public const string SC_BUILD_NUMBER = "6"; 34 public const string SC_BUILD_NUMBER = "6";
35 35
36 public const Flavour VERSION_FLAVOUR = Flavour.RC0; 36 public const Flavour VERSION_FLAVOUR = Flavour.RC1;
37 37
38 public enum Flavour 38 public enum Flavour
39 { 39 {
diff --git a/coderDocs/TODO.txt b/coderDocs/TODO.txt
index bd3c02a..e3288d5 100644
--- a/coderDocs/TODO.txt
+++ b/coderDocs/TODO.txt
@@ -1,5 +1,5 @@
1TODO on release- 1TODO on release
2---------------- 2---------------
3Update version numbers. 3Update version numbers.
4git log 8f280962f019d46e0367b29246283a1e34ceb955.. --pretty=format:"%s%n%b%n----------------" > NEWS.new 4git log 8f280962f019d46e0367b29246283a1e34ceb955.. --pretty=format:"%s%n%b%n----------------" > NEWS.new
5 That'll be up to and excluding that revision. 5 That'll be up to and excluding that revision.