~ubuntu-branches/ubuntu/wily/ruby-passenger/wily-proposed

« back to all changes in this revision

Viewing changes to ext/boost/version.hpp

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2013-11-23 23:50:02 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20131123235002-8fdhsq7afj15o2z2
Tags: 4.0.25-1
* New upstream release.
* Refresh fix_install_path.patch.
* Build for Ruby 2.0 instead of 1.8. (Closes: #725591)
* Add fix_ftbfs_fortify_source.patch.
* Install passenger template files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
//  BOOST_VERSION / 100 % 1000 is the minor version
20
20
//  BOOST_VERSION / 100000 is the major version
21
21
 
22
 
#define BOOST_VERSION 105200
 
22
#define BOOST_VERSION 105400
23
23
 
24
24
//
25
25
//  BOOST_LIB_VERSION must be defined to be the same as BOOST_VERSION
27
27
//  number, y is the minor version number, and z is the patch level if not 0.
28
28
//  This is used by <config/auto_link.hpp> to select which library version to link to.
29
29
 
30
 
#define BOOST_LIB_VERSION "1_52"
 
30
#define BOOST_LIB_VERSION "1_54"
31
31
 
32
32
#endif