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 80a715f"
This reverts commit d2628b2.
  • Loading branch information
deanberris committed Mar 16, 2015
commit 486074efef23c40eb0f9c2af621e2e056541ea59
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 80a715fac84a17c889d40ba51ed289e389ae14c3
#define BOOST_NETLIB_VERSION_MINOR
#define 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