summaryrefslogtreecommitdiff
path: root/alpine
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2020-06-19 11:18:46 -0600
committerEduardo Chappa <chappa@washington.edu>2020-06-19 11:18:46 -0600
commit729b8c0f554d95388e228d9b07d628530f8fa736 (patch)
treeeef571bcbac3cc24f28348a29057dc7863ea1e5b /alpine
parent1ec1ac67e40f334bd2115b6fb8f6501c0139d840 (diff)
downloadalpine-729b8c0f554d95388e228d9b07d628530f8fa736.tar.xz
* Release of version 2.23
Diffstat (limited to 'alpine')
-rw-r--r--alpine/osdep/alpine-splash.bmpbin532098 -> 532098 bytes
-rw-r--r--alpine/osdep/mswin.rc8
-rw-r--r--alpine/osdep/mswinver.c2
3 files changed, 5 insertions, 5 deletions
diff --git a/alpine/osdep/alpine-splash.bmp b/alpine/osdep/alpine-splash.bmp
index b5e42bc4..23e7d764 100644
--- a/alpine/osdep/alpine-splash.bmp
+++ b/alpine/osdep/alpine-splash.bmp
Binary files differ
diff --git a/alpine/osdep/mswin.rc b/alpine/osdep/mswin.rc
index ab3bf7ec..f97b66b4 100644
--- a/alpine/osdep/mswin.rc
+++ b/alpine/osdep/mswin.rc
@@ -244,8 +244,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 2,22,1,0
- PRODUCTVERSION 2,22,1,0
+ FILEVERSION 2,23,0,0
+ PRODUCTVERSION 2,23,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -267,12 +267,12 @@ BEGIN
#else
VALUE "FileDescription", "Alpine\0"
#endif
- VALUE "FileVersion", "2.22.1\0"
+ VALUE "FileVersion", "2.23\0"
VALUE "InternalName", "alpine\0"
VALUE "LegalCopyright", "Copyright 2013-2020 Eduardo Chappa, Copyright 2006-2009 University of Washington\0"
VALUE "OriginalFilename", "alpine.exe\0"
VALUE "ProductName", "alpine\0"
- VALUE "ProductVersion", "2.22.1\0"
+ VALUE "ProductVersion", "2.23\0"
END
END
BLOCK "VarFileInfo"
diff --git a/alpine/osdep/mswinver.c b/alpine/osdep/mswinver.c
index 27a7bd37..b241fed5 100644
--- a/alpine/osdep/mswinver.c
+++ b/alpine/osdep/mswinver.c
@@ -13,7 +13,7 @@
*/
#define VER_MAJOR 2
-#define VER_MINOR 22
+#define VER_MINOR 23
extern char datestamp[];