summaryrefslogtreecommitdiff
path: root/packaging/windows/INSTALL_NOTES.html
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2015-06-25 10:54:39 +0000
committerRobert Gemmell <robbie@apache.org>2015-06-25 10:54:39 +0000
commit7ebca9a1b737591d7f461ef8f812bbee53e70a97 (patch)
tree56df59516335b1d6b68ab80f3a3a8440323e2b6a /packaging/windows/INSTALL_NOTES.html
parent6d2d0d384626f0ae4cd7b05a5fe49ff4c61d2753 (diff)
downloadqpid-python-7ebca9a1b737591d7f461ef8f812bbee53e70a97.tar.gz
NO-JIRA: update version numbers/dates
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-cpp-0.34-rc/qpid@1687472 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'packaging/windows/INSTALL_NOTES.html')
-rw-r--r--packaging/windows/INSTALL_NOTES.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/packaging/windows/INSTALL_NOTES.html b/packaging/windows/INSTALL_NOTES.html
index be3acbd4b5..e826e67d33 100644
--- a/packaging/windows/INSTALL_NOTES.html
+++ b/packaging/windows/INSTALL_NOTES.html
@@ -1,11 +1,11 @@
<html>
<head>
-<title>Apache Qpid C++ 0.31 Installation Notes</title>
+<title>Apache Qpid C++ 0.34 Installation Notes</title>
</head>
<body>
-<H1>Apache Qpid C++ 0.31 Installation Notes</H1>
+<H1>Apache Qpid C++ 0.34 Installation Notes</H1>
-<p>Thank you for installing Apache Qpid version 0.31 for Windows.
+<p>Thank you for installing Apache Qpid version 0.34 for Windows.
If the requisite features were installed, you can now run a broker,
use the example programs, and design your own messaging programs while
reading the Qpid C++ API reference documentation.</p>
@@ -83,7 +83,7 @@ default; therefore, to gain support for durable items the persistence plugin
must be loaded into the broker. This can be done using the
<code>--load-module</code> option to load the needed plugins. For example:
<pre>
-cd "C:\Program Files\Apache\qpidc-0.31"
+cd "C:\Program Files\Apache\qpidc-0.34"
qpidd.exe --load-module plugins\broker\store.dll --load-module plugins\broker\msclfs_store.dll
</pre>
The <code>--load-module</code> option can also take a full path. The option