File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,12 @@ echo $BOOST_NETLIB_VERSION_INCREMENT
25
25
sed -i ' ' ' s/BOOST_NETLIB_VERSION_MAJOR [0-9]*/BOOST_NETLIB_VERSION_MAJOR ' $BOOST_NETLIB_VERSION_MAJOR ' /g' boost/network/version.hpp
26
26
sed -i ' ' ' s/BOOST_NETLIB_VERSION_MINOR [0-9]*/BOOST_NETLIB_VERSION_MINOR ' $BOOST_NETLIB_VERSION_MINOR ' /g' boost/network/version.hpp
27
27
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
28
31
29
32
# Show the diff
30
- git diff boost/network/version.hpp
33
+ git diff boost/network/version.hpp CMakeLists.txt
31
34
32
35
# Commit the change
33
36
git add boost/network/version.hpp
You can’t perform that action at this time.
0 commit comments