summaryrefslogtreecommitdiff
path: root/amiga/version.rexx
Commit message (Collapse)AuthorAgeFilesLines
* Two new ARexx commands:Chris Young2008-11-241-0/+3
| | | | | | | | GETTITLE - returns the current website title VERSION VERSION/N REVISION/N RELEASE/S - returns the version of NetSurf or checks it is newer than a supplied version/revision svn path=/trunk/netsurf/; revision=5765
* Sparse "About" requester - version number, compile date and URL only.Chris Young2008-11-151-5/+12
| | | | svn path=/trunk/netsurf/; revision=5697
* Generate AmigaOS version string in correct format, taking:Chris Young2008-10-081-0/+45
netsurf_version_major from desktop/version.c as version SVN revision from local repository as revision This should ensure that the internal version number will increase correctly (version and revision are treated as seperate values > 0), whereas NetSurf's public release version (currently coming up to 2.0) is not guaranteed to be in legal AmigaOS format or increase validly under AmigaOS rules. The internal version string has been added for future AmiUpdate support as well as making it easier to see and compare versions of interim builds. amiga/version.c can safely be removed from the source list when cross-compiling (where ARexx is not available), or manually created, as it only defines this internal version string and does not contain any code. amiga/version.c is automatically removed after linking to ensure it always reflects the current SVN revision. svn path=/trunk/netsurf/; revision=5510