diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2013-04-13 08:08:57 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2013-04-13 08:08:57 -0700 |
commit | 8a93f49c86044934de225a395d3b5b851879257c (patch) | |
tree | 8ba600cb3c5bc74a38f273683c9f9b6591865777 /qnx | |
parent | 0b166094092efa2b92200cbb67f390e86c181ab4 (diff) | |
download | zlib-8a93f49c86044934de225a395d3b5b851879257c.tar.gz zlib-8a93f49c86044934de225a395d3b5b851879257c.tar.bz2 zlib-8a93f49c86044934de225a395d3b5b851879257c.zip |
Change version number to 1.2.7.2.
Diffstat (limited to 'qnx')
-rw-r--r-- | qnx/package.qpg | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/qnx/package.qpg b/qnx/package.qpg index 8b1d777..67abc19 100644 --- a/qnx/package.qpg +++ b/qnx/package.qpg | |||
@@ -25,10 +25,10 @@ | |||
25 | <QPG:Files> | 25 | <QPG:Files> |
26 | <QPG:Add file="../zconf.h" install="/opt/include/" user="root:sys" permission="644"/> | 26 | <QPG:Add file="../zconf.h" install="/opt/include/" user="root:sys" permission="644"/> |
27 | <QPG:Add file="../zlib.h" install="/opt/include/" user="root:sys" permission="644"/> | 27 | <QPG:Add file="../zlib.h" install="/opt/include/" user="root:sys" permission="644"/> |
28 | <QPG:Add file="../libz.so.1.2.7.1" install="/opt/lib/" user="root:bin" permission="644"/> | 28 | <QPG:Add file="../libz.so.1.2.7.2" install="/opt/lib/" user="root:bin" permission="644"/> |
29 | <QPG:Add file="libz.so" install="/opt/lib/" component="dev" filetype="symlink" linkto="libz.so.1.2.7.1"/> | 29 | <QPG:Add file="libz.so" install="/opt/lib/" component="dev" filetype="symlink" linkto="libz.so.1.2.7.2"/> |
30 | <QPG:Add file="libz.so.1" install="/opt/lib/" filetype="symlink" linkto="libz.so.1.2.7.1"/> | 30 | <QPG:Add file="libz.so.1" install="/opt/lib/" filetype="symlink" linkto="libz.so.1.2.7.2"/> |
31 | <QPG:Add file="../libz.so.1.2.7.1" install="/opt/lib/" component="slib"/> | 31 | <QPG:Add file="../libz.so.1.2.7.2" install="/opt/lib/" component="slib"/> |
32 | </QPG:Files> | 32 | </QPG:Files> |
33 | 33 | ||
34 | <QPG:PackageFilter> | 34 | <QPG:PackageFilter> |
@@ -63,7 +63,7 @@ | |||
63 | </QPM:ProductDescription> | 63 | </QPM:ProductDescription> |
64 | 64 | ||
65 | <QPM:ReleaseDescription> | 65 | <QPM:ReleaseDescription> |
66 | <QPM:ReleaseVersion>1.2.7.1</QPM:ReleaseVersion> | 66 | <QPM:ReleaseVersion>1.2.7.2</QPM:ReleaseVersion> |
67 | <QPM:ReleaseUrgency>Medium</QPM:ReleaseUrgency> | 67 | <QPM:ReleaseUrgency>Medium</QPM:ReleaseUrgency> |
68 | <QPM:ReleaseStability>Stable</QPM:ReleaseStability> | 68 | <QPM:ReleaseStability>Stable</QPM:ReleaseStability> |
69 | <QPM:ReleaseNoteMinor></QPM:ReleaseNoteMinor> | 69 | <QPM:ReleaseNoteMinor></QPM:ReleaseNoteMinor> |