mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-18 15:34:31 +03:00
Bump version
This commit is contained in:
parent
1e1df59089
commit
fcfc9453ec
4
amiga/dist/netsurf.readme
vendored
4
amiga/dist/netsurf.readme
vendored
@ -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,
|
||||
|
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user