Skip to content

Update packaging script (with some testing commits). #507

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Mar 25, 2015
Prev Previous commit
Next Next commit
Revert "Bumping release number to 0.11.2-rc0"
This reverts commit 2d8813d.
  • Loading branch information
deanberris committed Mar 16, 2015
commit 80a715fac84a17c889d40ba51ed289e389ae14c3
6 changes: 3 additions & 3 deletions boost/network/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

#include <boost/config.hpp>

#define BOOST_NETLIB_VERSION_MAJOR $BOOST_NETLIB_VERSION_MAJOR
#define BOOST_NETLIB_VERSION_MINOR $BOOST_NETLIB_VERSION_MINOR
#define BOOST_NETLIB_VERSION_INCREMENT $BOOST_NETLIB_VERSION_INCREMENT
#define BOOST_NETLIB_VERSION_MAJOR 0
#define BOOST_NETLIB_VERSION_MINOR 11
#define BOOST_NETLIB_VERSION_INCREMENT 1

#ifndef BOOST_NETLIB_VERSION
#define BOOST_NETLIB_VERSION \
Expand Down