Update some Amiga-specific version numbers for post-3.4
This commit is contained in:
parent
df28737bff
commit
00a0be2698
|
@ -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.4
|
||||
Version: 3.5
|
||||
Architecture: ppc-amigaos >= 4.0.0
|
||||
|
||||
This is NetSurf 3.4 for AmigaOS 4 (native frontend).
|
||||
This is NetSurf 3.5 for AmigaOS 4 (native frontend).
|
||||
For the latest version, visit http://www.netsurf-browser.org
|
||||
|
||||
*******************************************
|
||||
|
|
|
@ -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.4 BETA
|
||||
Version: 3.5 BETA
|
||||
Architecture: m68k-amigaos >= 3.5.0
|
||||
|
||||
This is NetSurf 3.4 BETA for AmigaOS 3.
|
||||
This is NetSurf 3.5 BETA for AmigaOS 3.
|
||||
It is built off of the OS4 (Reaction) frontend.
|
||||
|
||||
Requirements are AmigaOS 3.5 or 3.9, 32MB RAM.
|
||||
|
|
|
@ -892,11 +892,13 @@ void ami_tree_close(struct treeview_window *twin)
|
|||
for(i=0;i<AMI_TREE_MENU_ITEMS;i++) {
|
||||
if(twin->menu_name[i] && (twin->menu_name[i] != NM_BARLABEL))
|
||||
ami_utf8_free(twin->menu_name[i]);
|
||||
twin->menu_name[i] = NULL;
|
||||
}
|
||||
|
||||
FreeVec(twin->menu);
|
||||
twin->menu = NULL;
|
||||
ami_utf8_free(twin->wintitle);
|
||||
twin->wintitle = NULL;
|
||||
if(twin->type == AMI_TREE_SSLCERT) {
|
||||
ami_utf8_free(twin->sslerr);
|
||||
ami_utf8_free(twin->sslaccept);
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#if defined(CI_BUILD)
|
||||
#define NETSURF_VERSION_MINOR CI_BUILD
|
||||
#else
|
||||
#define NETSURF_VERSION_MINOR "6000" "4"
|
||||
#define NETSURF_VERSION_MINOR "6000" "5"
|
||||
#endif
|
||||
|
||||
static const __attribute__((used)) char *verstag = "\0$VER: NetSurf " NETSURF_VERSION_MAJOR "." NETSURF_VERSION_MINOR " (" WT_COMPILEDATE ")\0";
|
||||
|
|
Loading…
Reference in New Issue