summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-04-28 18:17:55 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-04-28 18:17:55 +0100
commit1822b7c1633671cd41e60a04f7eeaf86dcec4141 (patch)
tree3b1cd51b0fcd48a2fb63d75c2a172003eb164f26
parent5dd6fa6f228f022d3e2e3e1ee7a21b3d4f17724e (diff)
downloadnetsurf-1822b7c1633671cd41e60a04f7eeaf86dcec4141.tar.gz
netsurf-1822b7c1633671cd41e60a04f7eeaf86dcec4141.tar.bz2
Update some version numbers for 3.2-dev.
The minor version of 3 here is correct, it is only used internally to conform to AmigaOS versioning conventions.
-rwxr-xr-xamiga/dist/netsurf.readme14
-rw-r--r--amiga/version.c2
2 files changed, 7 insertions, 9 deletions
diff --git a/amiga/dist/netsurf.readme b/amiga/dist/netsurf.readme
index bd37b2e62..a16400a71 100755
--- a/amiga/dist/netsurf.readme
+++ b/amiga/dist/netsurf.readme
@@ -2,23 +2,21 @@ 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.1 development
+Version: 3.2 development
Architecture: ppc-amigaos >= 4.0.0
-This is a test build of NetSurf 3.1 for AmigaOS 4.
-It is beta software, which means it is unstable and missing
-features - use at your own risk!
-
-This is provided for testing purposes only. For the latest
-stable version, visit http://www.netsurf-browser.org
+This is a test build of NetSurf 3.2 for AmigaOS 4.
+For the latest version, visit http://www.netsurf-browser.org
Please report bugs to chris@unsatisfactorysoftware.co.uk,
on the Amigans.net forums or on the NetSurf mailing list.
-See http://www.netsurf-browser.org for more information about NetSurf.
+See http://www.netsurf-browser.org for more information about
+NetSurf.
This software is licensed under the GPL, and the sources are
available from http://www.netsurf-browser.org. A copy can
also be obtained directly from the maintainer of this port,
chris@unsatisfactorysoftware.co.uk, in the event that the
website is unavailable.
+
diff --git a/amiga/version.c b/amiga/version.c
index dbddbb02f..167ae0755 100644
--- a/amiga/version.c
+++ b/amiga/version.c
@@ -27,7 +27,7 @@
#if defined(CI_BUILD)
#define NETSURF_VERSION_MINOR CI_BUILD
#else
-#define NETSURF_VERSION_MINOR "2"
+#define NETSURF_VERSION_MINOR "3"
#endif