preparations for version 0.9.4

This commit is contained in:
Araq
2013-05-25 23:37:40 +02:00
parent d9185a9580
commit da93b591e2
2 changed files with 27 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ const
defaultAsmMarkerSymbol* = '!'
VersionMajor* = 0
VersionMinor* = 9
VersionPatch* = 2
VersionPatch* = 3
VersionAsString* = $VersionMajor & "." & $VersionMinor & "." & $VersionPatch
RodFileVersion* = "1212" # modify this if the rod-format changes!

View File

@@ -2,6 +2,32 @@
News
====
2013-XX-XX Version 0.9.4 released
=================================
Bugfixes
--------
Library Additions
-----------------
Changes affecting backwards compatibility
-----------------------------------------
Compiler Additions
------------------
Language Additions
------------------
2013-05-20 New website design!
==============================