Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r86522 - in trunk/tools/quickbook: doc src
From: dnljms_at_[hidden]
Date: 2013-10-30 04:44:08


Author: danieljames
Date: 2013-10-30 04:44:08 EDT (Wed, 30 Oct 2013)
New Revision: 86522
URL: http://svn.boost.org/trac/boost/changeset/86522

Log:
Update the quickbook version number.

Forgot to do this for the release, a bit annoying.

Text files modified:
   trunk/tools/quickbook/doc/change_log.qbk | 2 +-
   trunk/tools/quickbook/src/quickbook.cpp | 2 +-
   2 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/tools/quickbook/doc/change_log.qbk
==============================================================================
--- trunk/tools/quickbook/doc/change_log.qbk Wed Oct 30 04:23:09 2013 (r86521)
+++ trunk/tools/quickbook/doc/change_log.qbk 2013-10-30 04:44:08 EDT (Wed, 30 Oct 2013) (r86522)
@@ -297,7 +297,7 @@
   * Clean up the source map implementation (used to get the correct
     location for error messages in things like templates and snippets).
 
-[heading Version 1.6.0 beta 1 - Boost 1.55 beta]
+[heading Version 1.6.0 - Boost 1.55]
 
 * Remove nested blocks in lists from 1.6, move to 1.7.
   (Can still nest block elements in lists though).

Modified: trunk/tools/quickbook/src/quickbook.cpp
==============================================================================
--- trunk/tools/quickbook/src/quickbook.cpp Wed Oct 30 04:23:09 2013 (r86521)
+++ trunk/tools/quickbook/src/quickbook.cpp 2013-10-30 04:44:08 EDT (Wed, 30 Oct 2013) (r86522)
@@ -40,7 +40,7 @@
 #pragma warning(disable:4355)
 #endif
 
-#define QUICKBOOK_VERSION "Quickbook Version 1.6.0 beta 1"
+#define QUICKBOOK_VERSION "Quickbook Version 1.6.0"
 
 namespace quickbook
 {


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk