File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- 2.2 .0
1
+ 2.3 .0
2
2
Original file line number Diff line number Diff line change 53
53
//
54
54
55
55
VS_VERSION_INFO VERSIONINFO
56
- FILEVERSION 2,2 ,0,0
57
- PRODUCTVERSION 2,2 ,0,0
56
+ FILEVERSION 2,3 ,0,0
57
+ PRODUCTVERSION 2,3 ,0,0
58
58
FILEFLAGSMASK 0x17L
59
59
#ifdef _DEBUG
60
60
FILEFLAGS 0x1L
@@ -72,12 +72,12 @@ BEGIN
72
72
VALUE "Comments", "����C���Ե�ͨ�����ݽṹ�ͳ����㷨�����"
73
73
VALUE "CompanyName", "WB"
74
74
VALUE "FileDescription", "libcstl Dynamic Link Library"
75
- VALUE "FileVersion", "2.2 .0"
75
+ VALUE "FileVersion", "2.3 .0"
76
76
VALUE "InternalName", "libcstl"
77
- VALUE "LegalCopyright", "Copyright (C) 2008 - 2013 Wangbo"
77
+ VALUE "LegalCopyright", "Copyright (C) 2008 - 2014 Wangbo"
78
78
VALUE "OriginalFilename", "libcstl.dll"
79
79
VALUE "ProductName", "libcstl Dynamic Link Library"
80
- VALUE "ProductVersion", "2.2 .0"
80
+ VALUE "ProductVersion", "2.3 .0"
81
81
END
82
82
END
83
83
BLOCK "VarFileInfo"
Original file line number Diff line number Diff line change 1
1
/*
2
2
* The common define.
3
- * Copyright (C) 2008 - 2012 Wangbo
3
+ * Copyright (C) 2008 - 2013 Wangbo
4
4
*
5
5
* This library is free software; you can redistribute it and/or
6
6
* modify it under the terms of the GNU Lesser General Public
@@ -68,9 +68,9 @@ extern "C" {
68
68
/**
69
69
* libcstl version macro.
70
70
*/
71
- #define CSTL_VERSION 20200 /* libcstl version 2.2.0 */
71
+ #define CSTL_VERSION 20300 /* libcstl version 2.2.0 */
72
72
#define CSTL_MAJOR_VERSION 2
73
- #define CSTL_MINOR_VERSION 2
73
+ #define CSTL_MINOR_VERSION 3
74
74
#define CSTL_REVISION_VERSION 0
75
75
76
76
/**
You can’t perform that action at this time.
0 commit comments