diff options
-rw-r--r-- | Differences.txt | 1 | ||||
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | OpenSim/Framework/VersionInfo.cs | 2 | ||||
-rw-r--r-- | coderDocs/TODO.txt | 4 |
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. | |||
91 | Obviously this is not a real economy, spending any of it doesn't deduct | 91 | Obviously this is not a real economy, spending any of it doesn't deduct |
92 | from your balance. You can still install a real economy module. | 92 | from your balance. You can still install a real economy module. |
93 | 93 | ||
94 | |||
94 | Web pages. | 95 | Web pages. |
95 | ---------- | 96 | ---------- |
96 | 97 | ||
@@ -3,6 +3,9 @@ git log c342c299af286083a60e447f3f4cbdc84f5cfbfa.. --pretty=format:"%s%n%b%n---- | |||
3 | Tag and release OpenSim_SC 0.9.0.1 RC1. | 3 | Tag and release OpenSim_SC 0.9.0.1 RC1. |
4 | 4 | ||
5 | ---------------- | 5 | ---------------- |
6 | New NEWS. | ||
7 | |||
8 | ---------------- | ||
6 | 9 | ||
7 | 10 | ||
8 | git log 4e1a8967847b93442ec3e4e0d254c5d6c1edffb7..c342c299af286083a60e447f3f4cbdc84f5cfbfa --pretty=format:"%s%n%b%n----------------" > NEWS.0.9.0.1.6_RC0 | 11 | git 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 @@ | |||
1 | TODO on release- | 1 | TODO on release |
2 | ---------------- | 2 | --------------- |
3 | Update version numbers. | 3 | Update version numbers. |
4 | git log 8f280962f019d46e0367b29246283a1e34ceb955.. --pretty=format:"%s%n%b%n----------------" > NEWS.new | 4 | git 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. |