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

Commit30e081e

Browse files
committed
Manually fix wrong version information.
1 parentd02aeab commit30e081e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ set(CMAKE_VERBOSE_MAKEFILE true)
5959

6060
set(CPPNETLIB_VERSION_MAJOR0)# MUST bump this whenever we make ABI-incompatible changes
6161
set(CPPNETLIB_VERSION_MINOR12)
62-
set(CPPNETLIB_VERSION_PATCH0rc0)
62+
set(CPPNETLIB_VERSION_PATCH0)
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_INCREMENT0rc0rc0
14+
#defineBOOST_NETLIB_VERSION_INCREMENT0
1515

1616
#ifndef BOOST_NETLIB_VERSION
1717
#defineBOOST_NETLIB_VERSION \

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp