From 1822b7c1633671cd41e60a04f7eeaf86dcec4141 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Mon, 28 Apr 2014 18:17:55 +0100 Subject: 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. --- amiga/dist/netsurf.readme | 14 ++++++-------- amiga/version.c | 2 +- 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 -- cgit v1.2.3