Skip to content

Commit 30e081e

Browse files
committed
Manually fix wrong version information.
1 parent d02aeab commit 30e081e

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_MAJOR 0) # MUST bump this whenever we make ABI-incompatible changes
6161
set(CPPNETLIB_VERSION_MINOR 12)
62-
set(CPPNETLIB_VERSION_PATCH 0rc0)
62+
set(CPPNETLIB_VERSION_PATCH 0)
6363
set(CPPNETLIB_VERSION_STRING ${CPPNETLIB_VERSION_MAJOR}.${CPPNETLIB_VERSION_MINOR}.${CPPNETLIB_VERSION_PATCH})
6464

6565
if (CMAKE_BUILD_TYPE MATCHES Debug)

boost/network/version.hpp

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

1212
#define BOOST_NETLIB_VERSION_MAJOR 0
1313
#define BOOST_NETLIB_VERSION_MINOR 12
14-
#define BOOST_NETLIB_VERSION_INCREMENT 0rc0rc0
14+
#define BOOST_NETLIB_VERSION_INCREMENT 0
1515

1616
#ifndef BOOST_NETLIB_VERSION
1717
#define BOOST_NETLIB_VERSION \

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy