summaryrefslogtreecommitdiff
path: root/libapr.rc
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2010-08-08 12:29:05 +0000
committerGuenter Knauf <fuankg@apache.org>2010-08-08 12:29:05 +0000
commit9a6ab3fdd0234e7a277b94b1740a1fe01bdc30b4 (patch)
treeb4738abfe785c88778c1b43df27c328e12b56b9a /libapr.rc
parentd3baeccfd95fbab3551082c41cc9f4f08983fa2a (diff)
downloadapr-9a6ab3fdd0234e7a277b94b1740a1fe01bdc30b4.tar.gz
Revert r982499 and change macro in apr_version.h instead.
MingW32 windres issued a couple of warnings, and Watcom wrc broke with this macro. This version tested with MingW32, Watcom, OpenWatcom, MSVC6, MSVC7, and all can create now a *.res warning-free. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@983400 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'libapr.rc')
-rw-r--r--libapr.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libapr.rc b/libapr.rc
index f8553316d..ac8094b12 100644
--- a/libapr.rc
+++ b/libapr.rc
@@ -21,8 +21,8 @@
1 VERSIONINFO
- FILEVERSION APR_MAJOR_VERSION,APR_MINOR_VERSION,APR_PATCH_VERSION,0
- PRODUCTVERSION APR_MAJOR_VERSION,APR_MINOR_VERSION,APR_PATCH_VERSION,0
+ FILEVERSION APR_VERSION_STRING_CSV,0
+ PRODUCTVERSION APR_VERSION_STRING_CSV,0
FILEFLAGSMASK 0x3fL
#if defined(APR_IS_DEV_VERSION)
#if defined(_DEBUG)