Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd02aeab

Browse files
committed
Bumping release number to 0.12.0rc0
1 parent086bd2c commitd02aeab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ find_package( Threads )
5858
set(CMAKE_VERBOSE_MAKEFILEtrue)
5959

6060
set(CPPNETLIB_VERSION_MAJOR0)# MUST bump this whenever we make ABI-incompatible changes
61-
set(CPPNETLIB_VERSION_MINOR11)
62-
set(CPPNETLIB_VERSION_PATCH1)
61+
set(CPPNETLIB_VERSION_MINOR12)
62+
set(CPPNETLIB_VERSION_PATCH0rc0)
6363
set(CPPNETLIB_VERSION_STRING${CPPNETLIB_VERSION_MAJOR}.${CPPNETLIB_VERSION_MINOR}.${CPPNETLIB_VERSION_PATCH})
6464

6565
if (CMAKE_BUILD_TYPEMATCHESDebug)

‎boost/network/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
#defineBOOST_NETLIB_VERSION_MAJOR0
1313
#defineBOOST_NETLIB_VERSION_MINOR12
14-
#defineBOOST_NETLIB_VERSION_INCREMENT0rc0
14+
#defineBOOST_NETLIB_VERSION_INCREMENT0rc0rc0
1515

1616
#ifndef BOOST_NETLIB_VERSION
1717
#defineBOOST_NETLIB_VERSION \

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp