summaryrefslogtreecommitdiff
path: root/qpid/packaging/windows
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
commit7d7601becbb318fdc0256305404cb4228843f355 (patch)
tree1ee75285872f9d0e3a0e8a89e44eefedde2c2cf5 /qpid/packaging/windows
parent32ae758bc2e8fd962b66a4ab6341b14009f1907e (diff)
downloadqpid-python-qpid-cpp-0.34-rc.tar.gz
NO-JIRA: update version numbers/datesqpid-cpp-0.34-rc
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-cpp-0.34-rc@1687472 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/packaging/windows')
-rw-r--r--qpid/packaging/windows/INSTALL_NOTES.html8
-rw-r--r--qpid/packaging/windows/installer.proj2
2 files changed, 5 insertions, 5 deletions
diff --git a/qpid/packaging/windows/INSTALL_NOTES.html b/qpid/packaging/windows/INSTALL_NOTES.html
index be3acbd4b5..e826e67d33 100644
--- a/qpid/packaging/windows/INSTALL_NOTES.html
+++ b/qpid/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
diff --git a/qpid/packaging/windows/installer.proj b/qpid/packaging/windows/installer.proj
index 27ee05e2f5..a15945772a 100644
--- a/qpid/packaging/windows/installer.proj
+++ b/qpid/packaging/windows/installer.proj
@@ -32,7 +32,7 @@
<source_root>$(MSBuildProjectDirectory)\..\..</source_root>
<staging_dir>$(MSBuildProjectDirectory)\stage</staging_dir>
<bits Condition="'$(bits)' == ''">32</bits>
- <qpid_version>0.31</qpid_version>
+ <qpid_version>0.34</qpid_version>
<OutputName>qpidc</OutputName>
<OutputType>Package</OutputType>
<WixToolPath>C:\Program Files (x86)\Windows Installer XML v3.5\bin</WixToolPath>