From b0031ee308b7f9f10bb78f079ff0505a29aa39cd Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Thu, 25 Jun 2015 11:00:15 +0000 Subject: NO-JIRA: update version numbers/dates git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1687474 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/packaging/windows/INSTALL_NOTES.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'qpid/packaging/windows/INSTALL_NOTES.html') diff --git a/qpid/packaging/windows/INSTALL_NOTES.html b/qpid/packaging/windows/INSTALL_NOTES.html index be3acbd4b5..03ac200685 100644 --- a/qpid/packaging/windows/INSTALL_NOTES.html +++ b/qpid/packaging/windows/INSTALL_NOTES.html @@ -1,11 +1,11 @@ -Apache Qpid C++ 0.31 Installation Notes +Apache Qpid C++ 0.35 Installation Notes -

Apache Qpid C++ 0.31 Installation Notes

+

Apache Qpid C++ 0.35 Installation Notes

-

Thank you for installing Apache Qpid version 0.31 for Windows. +

Thank you for installing Apache Qpid version 0.35 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.

@@ -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 --load-module option to load the needed plugins. For example:
-cd "C:\Program Files\Apache\qpidc-0.31"
+cd "C:\Program Files\Apache\qpidc-0.35"
 qpidd.exe --load-module plugins\broker\store.dll --load-module plugins\broker\msclfs_store.dll
 
The --load-module option can also take a full path. The option -- cgit v1.2.1