diff options
author | Eduardo Chappa <chappa@washington.edu> | 2020-01-18 02:21:13 -0700 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2020-01-18 02:21:13 -0700 |
commit | 29c656f7929ef43462c7f737a363ceecc16e3f11 (patch) | |
tree | 6cd52132147c210768b14e5e88053432585b8f05 /pico | |
parent | b381cc1f2238d6d7d8de4b63200c9c15900a21dc (diff) | |
download | alpine-29c656f7929ef43462c7f737a363ceecc16e3f11.tar.xz |
* Various fixes to copyright notices, make sure we allocate enough
memory in file http.c, and move Pico version to 5.10.
Diffstat (limited to 'pico')
-rw-r--r-- | pico/mswinver.c | 2 | ||||
-rw-r--r-- | pico/osdep/mswin.rc | 16 |
2 files changed, 9 insertions, 9 deletions
diff --git a/pico/mswinver.c b/pico/mswinver.c index 56619cd3..7e43f676 100644 --- a/pico/mswinver.c +++ b/pico/mswinver.c @@ -13,7 +13,7 @@ */ #define VER_MAJOR 5 -#define VER_MINOR 5 +#define VER_MINOR 10 extern char datestamp[]; diff --git a/pico/osdep/mswin.rc b/pico/osdep/mswin.rc index e9305034..3f568c6b 100644 --- a/pico/osdep/mswin.rc +++ b/pico/osdep/mswin.rc @@ -177,7 +177,7 @@ END STRINGTABLE DISCARDABLE BEGIN - IDS_BYLINE "Copyright 2006-2009 University of Washington" + IDS_BYLINE "Copyright 2013-2020 Eduardo Chappa, Copyright 2006-2009 University of Washington" IDS_APPNAME "Pico" IDS_APPIDENT "pico" END @@ -189,8 +189,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 5,09,0,0 - PRODUCTVERSION 5,09,0,0 + FILEVERSION 5,10,0,0 + PRODUCTVERSION 5,10,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -205,15 +205,15 @@ BEGIN BEGIN BLOCK "040904b0" BEGIN - VALUE "Comments", "see http://www.washington.edu/pine\0" - VALUE "CompanyName", "University of Washington\0" + VALUE "Comments", "see http://alpine.x10host.com/alpine/release\0" + VALUE "CompanyName", "Patches for Alpine\0" VALUE "FileDescription", "Pico\0" - VALUE "FileVersion", "5.09\0" + VALUE "FileVersion", "5.10\0" VALUE "InternalName", "pico\0" - VALUE "LegalCopyright", "Copyright 2006-2009\0" + VALUE "LegalCopyright", "Copyright 2013-2020\0" VALUE "OriginalFilename", "pico.exe\0" VALUE "ProductName", " pico\0" - VALUE "ProductVersion", "5.09\0" + VALUE "ProductVersion", "5.10\0" END END BLOCK "VarFileInfo" |