summaryrefslogtreecommitdiff
path: root/alpine/osdep/mswin.rc
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2015-04-23 00:24:07 -0600
committerEduardo Chappa <chappa@washington.edu>2015-04-23 00:24:07 -0600
commite2e8488ca2d18f2b0eedaa1bfc6826e8a11de025 (patch)
tree9843fcc18bc7739fc3f45503baa51006bd49dabf /alpine/osdep/mswin.rc
parent69b0d3a5dff7b8be0deada358dad1a55f319d769 (diff)
downloadalpine-e2e8488ca2d18f2b0eedaa1bfc6826e8a11de025.tar.xz
* new version 2.20.7.
* Fix documentation for search to beginning and to end of line, which had not been updated, even though the behavior had changed. * Exact search is sticky, that is, once an exact search is done, so will be the next ones. This is consistent with the default behavior where all searches are not exact. * Pico upgraded to versio 5.08. * some hunks of integrate.patch were added to this source code to make handling of menus consistent, and reduce the size of integrate.patch at the same time.
Diffstat (limited to 'alpine/osdep/mswin.rc')
-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 d0ca0649..e7e12bcb 100644
--- a/alpine/osdep/mswin.rc
+++ b/alpine/osdep/mswin.rc
@@ -244,8 +244,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 2,20,6,0
- PRODUCTVERSION 2,20,6,0
+ FILEVERSION 2,20,7,0
+ PRODUCTVERSION 2,20,7,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -267,12 +267,12 @@ BEGIN
#else
VALUE "FileDescription", "Alpine\0"
#endif
- VALUE "FileVersion", "2.20.6\0"
+ VALUE "FileVersion", "2.20.7\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.6\0"
+ VALUE "ProductVersion", "2.20.7\0"
END
END
BLOCK "VarFileInfo"