summaryrefslogtreecommitdiff
path: root/libapr.rc
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2010-08-05 08:18:52 +0000
committerGuenter Knauf <fuankg@apache.org>2010-08-05 08:18:52 +0000
commita0d47e34a0cfb67404adbd023571e0412b9ed484 (patch)
tree2b69684540ae4b67c2f7f86223be07858d2c6547 /libapr.rc
parent36996522daf98f603244ef9c479d3eb5a9bdd39d (diff)
downloadapr-a0d47e34a0cfb67404adbd023571e0412b9ed484.tar.gz
USe the MAJOR, MINOR, PATCH macros directly instead of the ugly macro hack.
MingW32 windres issued a couple of warnings, and Watcom wrc broke. 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@982499 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 ac8094b12..f8553316d 100644
--- a/libapr.rc
+++ b/libapr.rc
@@ -21,8 +21,8 @@
1 VERSIONINFO
- FILEVERSION APR_VERSION_STRING_CSV,0
- PRODUCTVERSION APR_VERSION_STRING_CSV,0
+ FILEVERSION APR_MAJOR_VERSION,APR_MINOR_VERSION,APR_PATCH_VERSION,0
+ PRODUCTVERSION APR_MAJOR_VERSION,APR_MINOR_VERSION,APR_PATCH_VERSION,0
FILEFLAGSMASK 0x3fL
#if defined(APR_IS_DEV_VERSION)
#if defined(_DEBUG)