Go to file
Chris Young ea205ecf23 Generate AmigaOS version string in correct format, taking:
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
2008-10-08 22:55:58 +00:00
!NetSurf AmigaOS tabs implementation. 2008-10-05 13:17:18 +00:00
amiga Generate AmigaOS version string in correct format, taking: 2008-10-08 22:55:58 +00:00
beos Override checking the mime type for known extensions. At least on my system, the mime sniffer thinks css files are text/x-source-code, and NS didn't like that. 2008-10-08 22:05:11 +00:00
content Revert r5478, I didn't notice content struct had a mime_type field. 2008-10-03 04:30:47 +00:00
css 'unsigned long' -> 'colour' where it made sense. 2008-09-28 22:37:13 +00:00
debug Merged revisions 4859-5013,5016-5018 via svnmerge from 2008-08-11 08:17:48 +00:00
desktop Comment flush plotter. 2008-10-05 20:55:45 +00:00
Docs Mention framebuffer front end code directory. 2008-09-26 16:42:00 +00:00
framebuffer Fix line plotting and rectangle clipping segfault 2008-09-24 11:22:52 +00:00
gtk * desktop/save_pdf/pdf_plotters.c: 2008-09-28 13:40:06 +00:00
image Ensure image/png.h gets css/css.h for the colour typedef 2008-10-01 13:45:40 +00:00
render Load SVGs in IMG elements. 2008-09-30 12:17:16 +00:00
riscos 'unsigned long' -> 'colour' where it made sense. 2008-09-28 22:37:13 +00:00
utils Merged revisions 5309-5406,5409-5422 via svnmerge from 2008-09-23 14:00:40 +00:00
COPYING Clarify licensing arrangements 2007-08-09 15:32:39 +00:00
Makefile Generate AmigaOS version string in correct format, taking: 2008-10-08 22:55:58 +00:00
Makefile.config Merged revisions 5309-5406,5409-5422 via svnmerge from 2008-09-23 14:00:40 +00:00
Makefile.sources Generate AmigaOS version string in correct format, taking: 2008-10-08 22:55:58 +00:00
netsurf Remove bashism and improve nsgtk launcher shell script, add simple BUILDING-GTK document. 2007-02-06 16:52:47 +00:00