Bump version

This commit is contained in:
Chris Young 2015-03-27 20:51:00 +00:00
parent 1e1df59089
commit fcfc9453ec
2 changed files with 4 additions and 4 deletions

View File

@ -2,10 +2,10 @@ Short: Fast CSS capable web browser
Uploader: chris@unsatisfactorysoftware.co.uk (Chris Young)
Author: NetSurf contributors (OS4 port by Chris Young)
Type: comm/www
Version: 3.3
Version: 3.4
Architecture: ppc-amigaos >= 4.0.0
This is NetSurf 3.3 for AmigaOS 4.
This is NetSurf 3.4 for AmigaOS 4.
For the latest version, visit http://www.netsurf-browser.org
Please report bugs to chris@unsatisfactorysoftware.co.uk,

View File

@ -22,13 +22,13 @@
* incremental (v1.20 is higher than v1.3 and not the same as v1.2).
* Consequently, this version pair may not match the user-facing one in
* desktop/version.c. Release revisions are prepended with 6000 to ensure
* they are higher than CI builds, and make this less confusing.
* they are higher than CI builds, and make this (slightly) less confusing.
*/
#define NETSURF_VERSION_MAJOR "3"
#if defined(CI_BUILD)
#define NETSURF_VERSION_MINOR CI_BUILD
#else
#define NETSURF_VERSION_MINOR "6000" "3"
#define NETSURF_VERSION_MINOR "6000" "4"
#endif
static const __attribute__((used)) char *verstag = "\0$VER: NetSurf " NETSURF_VERSION_MAJOR "." NETSURF_VERSION_MINOR " (" WT_COMPILEDATE ")\0";