diff options
author | Graeme Geldenhuys <graemeg@gmail.com> | 2015-09-02 23:25:41 +0100 |
---|---|---|
committer | Graeme Geldenhuys <graemeg@gmail.com> | 2015-09-02 23:25:41 +0100 |
commit | b0a9f3d90d7a8127ba41ab77a7054d797e816c83 (patch) | |
tree | b11cdae78c316a7b728522e9a4bfb43880fad8f5 /docs | |
parent | db31f06d5e7adf28fad60e36fd9e5d2cf0519e84 (diff) | |
parent | f52bde1cd49d0d01002e8b684909268b723a3edb (diff) | |
download | fpGUI-master.tar.xz |
Diffstat (limited to 'docs')
-rw-r--r-- | docs/fpc_lang_ref.ipf | 2 | ||||
-rw-r--r-- | docs/manifest.xml | 4 | ||||
-rw-r--r-- | docs/release_process.txt | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/docs/fpc_lang_ref.ipf b/docs/fpc_lang_ref.ipf index 366edb3e..cfef8813 100644 --- a/docs/fpc_lang_ref.ipf +++ b/docs/fpc_lang_ref.ipf @@ -4991,7 +4991,7 @@ for the class. Note that :li.When the class is instantiated, the default value is not automatically applied to the property, it is the responsability of the programmer to do this in the constructor of the class. -:li.The value 2147483648 cannot be used as a default value, as it is used +:li.The value 2,147,483,648 cannot be used as a default value, as it is used internally to denote 'nodefault'. :li.It is not possible to specify a default for array properties. :eol. diff --git a/docs/manifest.xml b/docs/manifest.xml index d0abae93..c1810300 100644 --- a/docs/manifest.xml +++ b/docs/manifest.xml @@ -1,8 +1,8 @@ <?xml version="1.0"?> <packages> <package name="fpgui"> - <version major="1" minor="4" micro="0" build="0"/> - <filename>fpgui-1.4.0-0.zip</filename> + <version major="1" minor="4" micro="1" build="0"/> + <filename>fpgui-1.4.1-0.zip</filename> <author>Graeme Geldenhuys</author> <license>Modified LGPL</license> <email>graemeg@gmail.com</email> diff --git a/docs/release_process.txt b/docs/release_process.txt index a97e0b8a..309535ec 100644 --- a/docs/release_process.txt +++ b/docs/release_process.txt @@ -48,3 +48,6 @@ Release notification 5. Update Wikipedia (English and Afrikaans) 6. Update FPC's wiki about fpGUI + +7. Post message to fpGUI newsgroup + |