summaryrefslogtreecommitdiff
path: root/alpine/osdep
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2016-09-13 13:27:32 -0600
committerEduardo Chappa <chappa@washington.edu>2016-09-13 13:27:32 -0600
commit745455f3cfdcee60ef87764eea5ec263e7eb350e (patch)
tree4d9af1d9a7684285ff31d7680fc3903454ff31de /alpine/osdep
parent097b72cb06f448728280ed53e033a447ed7b46be (diff)
downloadalpine-745455f3cfdcee60ef87764eea5ec263e7eb350e.tar.xz
* New version 2.20.16
* SMIME: Bouncing could sign (and therefore corrupt) a message when it is signed automatically. Reported by Björn Krellner.
Diffstat (limited to 'alpine/osdep')
-rw-r--r--alpine/osdep/mswin.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/alpine/osdep/mswin.rc b/alpine/osdep/mswin.rc
index cd4640d3..d22354a7 100644
--- a/alpine/osdep/mswin.rc
+++ b/alpine/osdep/mswin.rc
@@ -244,8 +244,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 2,20,15,0
- PRODUCTVERSION 2,20,15,0
+ FILEVERSION 2,20,16,0
+ PRODUCTVERSION 2,20,16,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -267,12 +267,12 @@ BEGIN
#else
VALUE "FileDescription", "Alpine\0"
#endif
- VALUE "FileVersion", "2.20.15\0"
+ VALUE "FileVersion", "2.20.16\0"
VALUE "InternalName", "alpine\0"
VALUE "LegalCopyright", "Copyright 2006-2009 University of Washington, Copyright 2013-2014\0"
VALUE "OriginalFilename", "alpine.exe\0"
VALUE "ProductName", "alpine\0"
- VALUE "ProductVersion", "2.20.15\0"
+ VALUE "ProductVersion", "2.20.16\0"
END
END
BLOCK "VarFileInfo"