Skip to content

Commit b0fd0c3

Browse files
committed
create branch v2.3.
1 parent cb301c0 commit b0fd0c3

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
2.2.0
1+
2.3.0
22

build-win/libcstl.rc

+5-5
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ END
5353
//
5454

5555
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
5858
FILEFLAGSMASK 0x17L
5959
#ifdef _DEBUG
6060
FILEFLAGS 0x1L
@@ -72,12 +72,12 @@ BEGIN
7272
VALUE "Comments", "����C���Ե�ͨ�����ݽṹ�ͳ����㷨�����"
7373
VALUE "CompanyName", "WB"
7474
VALUE "FileDescription", "libcstl Dynamic Link Library"
75-
VALUE "FileVersion", "2.2.0"
75+
VALUE "FileVersion", "2.3.0"
7676
VALUE "InternalName", "libcstl"
77-
VALUE "LegalCopyright", "Copyright (C) 2008 - 2013 Wangbo"
77+
VALUE "LegalCopyright", "Copyright (C) 2008 - 2014 Wangbo"
7878
VALUE "OriginalFilename", "libcstl.dll"
7979
VALUE "ProductName", "libcstl Dynamic Link Library"
80-
VALUE "ProductVersion", "2.2.0"
80+
VALUE "ProductVersion", "2.3.0"
8181
END
8282
END
8383
BLOCK "VarFileInfo"

cstl/cstl_def.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* The common define.
3-
* Copyright (C) 2008 - 2012 Wangbo
3+
* Copyright (C) 2008 - 2013 Wangbo
44
*
55
* This library is free software; you can redistribute it and/or
66
* modify it under the terms of the GNU Lesser General Public
@@ -68,9 +68,9 @@ extern "C" {
6868
/**
6969
* libcstl version macro.
7070
*/
71-
#define CSTL_VERSION 20200 /* libcstl version 2.2.0 */
71+
#define CSTL_VERSION 20300 /* libcstl version 2.2.0 */
7272
#define CSTL_MAJOR_VERSION 2
73-
#define CSTL_MINOR_VERSION 2
73+
#define CSTL_MINOR_VERSION 3
7474
#define CSTL_REVISION_VERSION 0
7575

7676
/**

0 commit comments

Comments
 (0)