summaryrefslogtreecommitdiff
path: root/alpine/osdep
diff options
context:
space:
mode:
Diffstat (limited to 'alpine/osdep')
-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 814499de..ac5d6375 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 b3600336..87aa08e1 100644
--- a/alpine/osdep/mswin.rc
+++ b/alpine/osdep/mswin.rc
@@ -244,8 +244,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 2,23,2,0
- PRODUCTVERSION 2,23,2,0
+ FILEVERSION 2,24,0,0
+ PRODUCTVERSION 2,24,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -267,12 +267,12 @@ BEGIN
#else
VALUE "FileDescription", "Alpine\0"
#endif
- VALUE "FileVersion", "2.23.2\0"
+ VALUE "FileVersion", "2.24\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.23.2\0"
+ VALUE "ProductVersion", "2.24\0"
END
END
BLOCK "VarFileInfo"
diff --git a/alpine/osdep/mswinver.c b/alpine/osdep/mswinver.c
index b241fed5..c55092b7 100644
--- a/alpine/osdep/mswinver.c
+++ b/alpine/osdep/mswinver.c
@@ -13,7 +13,7 @@
*/
#define VER_MAJOR 2
-#define VER_MINOR 23
+#define VER_MINOR 24
extern char datestamp[];