summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorJustin Ross <jross@apache.org>2012-07-09 16:00:46 +0000
committerJustin Ross <jross@apache.org>2012-07-09 16:00:46 +0000
commitb9ee2ad68b3112d95e92d764bf5c8ecb4efbe2ac (patch)
treeefecf39a23b34ce159e49f5003018067033526d6 /packaging
parent099e4d88508acfbd403dfefe27ede73f1ee67fe0 (diff)
downloadqpid-python-b9ee2ad68b3112d95e92d764bf5c8ecb4efbe2ac.tar.gz
QPID-4111: Move trunk version numbers to 0.19
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1359235 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'packaging')
-rw-r--r--packaging/windows/INSTALL_NOTES.html8
-rw-r--r--packaging/windows/installer.proj2
2 files changed, 5 insertions, 5 deletions
diff --git a/packaging/windows/INSTALL_NOTES.html b/packaging/windows/INSTALL_NOTES.html
index 9442b5a5c0..66e8076767 100644
--- a/packaging/windows/INSTALL_NOTES.html
+++ b/packaging/windows/INSTALL_NOTES.html
@@ -1,11 +1,11 @@
<html>
<head>
-<title>Apache Qpid C++ 0.17 Installation Notes</title>
+<title>Apache Qpid C++ 0.19 Installation Notes</title>
</head>
<body>
-<H1>Apache Qpid C++ 0.17 Installation Notes</H1>
+<H1>Apache Qpid C++ 0.19 Installation Notes</H1>
-<p>Thank you for installing Apache Qpid version 0.17 for Windows.
+<p>Thank you for installing Apache Qpid version 0.19 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.17"
+cd "C:\Program Files\Apache\qpidc-0.19"
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/packaging/windows/installer.proj b/packaging/windows/installer.proj
index 699981cea0..676205898f 100644
--- a/packaging/windows/installer.proj
+++ b/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.17</qpid_version>
+ <qpid_version>0.19</qpid_version>
<OutputName>qpidc</OutputName>
<OutputType>Package</OutputType>
<WixToolPath>C:\Program Files (x86)\Windows Installer XML v3.5\bin</WixToolPath>