$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r78850 - in branches/release: . tools tools/quickbook tools/quickbook/doc tools/quickbook/src
From: dnljms_at_[hidden]
Date: 2012-06-07 13:59:01
Author: danieljames
Date: 2012-06-07 13:59:01 EDT (Thu, 07 Jun 2012)
New Revision: 78850
URL: http://svn.boost.org/trac/boost/changeset/78850
Log:
Quickbook: Merge documentation fix + version number for release.
Properties modified: 
   branches/release/   (props changed)
   branches/release/tools/   (props changed)
   branches/release/tools/quickbook/   (props changed)
Text files modified: 
   branches/release/tools/quickbook/doc/structure.qbk |     1 -                                       
   branches/release/tools/quickbook/src/quickbook.cpp |     2 +-                                      
   2 files changed, 1 insertions(+), 2 deletions(-)
Modified: branches/release/tools/quickbook/doc/structure.qbk
==============================================================================
--- branches/release/tools/quickbook/doc/structure.qbk	(original)
+++ branches/release/tools/quickbook/doc/structure.qbk	2012-06-07 13:59:01 EDT (Thu, 07 Jun 2012)
@@ -7,7 +7,6 @@
     [@http://www.boost.org/LICENSE_1_0.txt])
 ]
 
-[#quickbook.ref.structure]
 [chapter Document Structure
     [quickbook 1.6]
     [id quickbook.syntax.structure]
Modified: branches/release/tools/quickbook/src/quickbook.cpp
==============================================================================
--- branches/release/tools/quickbook/src/quickbook.cpp	(original)
+++ branches/release/tools/quickbook/src/quickbook.cpp	2012-06-07 13:59:01 EDT (Thu, 07 Jun 2012)
@@ -38,7 +38,7 @@
 #pragma warning(disable:4355)
 #endif
 
-#define QUICKBOOK_VERSION "Quickbook Version 1.5.8 (dev)"
+#define QUICKBOOK_VERSION "Quickbook Version 1.5.8"
 
 namespace quickbook
 {