oops, we forgot to update the version. fix that for opensc 0.11.1.

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2942 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aj 2006-05-09 19:39:33 +00:00
parent 0c39b21b99
commit f7110c593b
2 changed files with 6 additions and 6 deletions

View File

@ -72,7 +72,7 @@
#define PATH_MAX _MAX_PATH
#ifndef VERSION
#define VERSION "0.10.0"
#define VERSION "0.11.1"
#endif
/* src/common/getpass.c */

View File

@ -19,8 +19,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK
#endif
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,10,0,0
PRODUCTVERSION 0,10,0,0
FILEVERSION 0,11,1,0
PRODUCTVERSION 0,11,1,0
FILEFLAGSMASK 0x3fL
FILEFLAGS 0x0L
FILEOS 0x40004L
@ -32,10 +32,10 @@ BEGIN
BLOCK "080904b0"
BEGIN
VALUE "Description", "OpenSC PKCS#11 library\0"
VALUE "FileVersion", "0, 10, 0, 0\0"
VALUE "ProductVersion", "0, 10, 0, 0\0"
VALUE "FileVersion", "0, 11, 1, 0\0"
VALUE "ProductVersion", "0, 11, 1, 0\0"
VALUE "Licence", "LGPL\0"
VALUE "Info", "http://www.opensc.org/\0"
VALUE "Info", "http://www.opensc-project.org/\0"
END
END
BLOCK "VarFileInfo"