Skip to content

Commit 71701d0

Browse files
committed
Change version info in CMakeLists.txt too; closes #475
1 parent 947cc7e commit 71701d0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,12 @@ echo $BOOST_NETLIB_VERSION_INCREMENT
2525
sed -i '' 's/BOOST_NETLIB_VERSION_MAJOR [0-9]*/BOOST_NETLIB_VERSION_MAJOR '$BOOST_NETLIB_VERSION_MAJOR'/g' boost/network/version.hpp
2626
sed -i '' 's/BOOST_NETLIB_VERSION_MINOR [0-9]*/BOOST_NETLIB_VERSION_MINOR '$BOOST_NETLIB_VERSION_MINOR'/g' boost/network/version.hpp
2727
sed -i '' 's/BOOST_NETLIB_VERSION_INCREMENT [0-9]*/BOOST_NETLIB_VERSION_INCREMENT '$BOOST_NETLIB_VERSION_INCREMENT'/g' boost/network/version.hpp
28+
sed -i '' 's/CPPNETLIB_VERSION_MAJOR [0-9]+/CPPNETLIB_VERSION_MAJOR '$BOOST_NETLIB_VERSION_MAJOR'/g' CMakeLists.txt
29+
sed -i '' 's/CPPNETLIB_VERSION_MINOR [0-9]+/CPPNETLIB_VERSION_MINOR '$BOOST_NETLIB_VERSION_MINOR'/g' CMakeLists.txt
30+
sed -i '' 's/CPPNETLIB_VERSION_PATCH [0-9]+/CPPNETLIB_VERSION_PATCH '$BOOST_NETLIB_VERSION_INCREMENT'/g' CMakeLists.txt
2831

2932
# Show the diff
30-
git diff boost/network/version.hpp
33+
git diff boost/network/version.hpp CMakeLists.txt
3134

3235
# Commit the change
3336
git add boost/network/version.hpp

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