summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
Diffstat (limited to 'amiga')
-rwxr-xr-xamiga/dist/netsurf.readme4
-rw-r--r--amiga/version.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/amiga/dist/netsurf.readme b/amiga/dist/netsurf.readme
index 24d8df534..1383e28ef 100755
--- a/amiga/dist/netsurf.readme
+++ b/amiga/dist/netsurf.readme
@@ -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,
diff --git a/amiga/version.c b/amiga/version.c
index aa5aa5d6f..b70e24ac7 100644
--- a/amiga/version.c
+++ b/amiga/version.c
@@ -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";