diff --git a/docs/release_notes.html b/docs/release_notes.html index 88b3ef73..1809517f 100644 --- a/docs/release_notes.html +++ b/docs/release_notes.html @@ -1,19 +1,19 @@
-Hi There!
-This is just a minor update, but it added some new functionality to the auto-updater.
+Thanks for bearing with us this year - it has been a crazy year for some of us, and we're thankful for a few who have stepped up to help out. Anyone who wants to contribue to SleepyHead (whether with code, documentation, or just helping those with questions), please contact us or post one one of the lists/forums on our website.
New features & bugs fixes in this Update:Would you like to help test breaky stuff?
Advanced users who are willing, can now help test future updates, so we can hopefully avoid unleashing unintentonally buggy versions on everyone else.
@@ -23,5 +23,6 @@Sleep Well, and have fun!
Mark Watkins (JediMark)
+Richard Freeman (rich0)
diff --git a/version.h b/version.h index 01a665fb..fc3d109d 100644 --- a/version.h +++ b/version.h @@ -5,8 +5,8 @@ const int major_version=0; const int minor_version=9; -const int revision_number=2; -const int release_number=3; +const int revision_number=3; +const int release_number=0; const QString VersionString=QString().sprintf("%i.%i.%i",major_version,minor_version,revision_number); const QString FullVersionString=QString().sprintf("%i.%i.%i-%i",major_version,minor_version,revision_number,release_number);