aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-06-28 15:56:20 +0000
committerlloyd <[email protected]>2010-06-28 15:56:20 +0000
commitcc2e1675e363d1792b6470cd30b2b68e43120120 (patch)
tree9eb08df63eb8eeb3409fb842a353d4df1fc8ce9e /src/build-data
parent06cea953d28c7b372ccdb2765c57774e2799dd77 (diff)
Typo fix
Diffstat (limited to 'src/build-data')
-rw-r--r--src/build-data/buildh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/buildh.in b/src/build-data/buildh.in
index 6a203234a..03f8b8f2e 100644
--- a/src/build-data/buildh.in
+++ b/src/build-data/buildh.in
@@ -40,7 +40,7 @@
#ifdef __GNUC__
#define BOTAN_GCC_VERSION \
- (__GNUC__ * 100 + __GNUC_MINOR__ * 10 + __GNUC_PATCH__)
+ (__GNUC__ * 100 + __GNUC_MINOR__ * 10 + __GNUC_PATCHLEVEL__)
#else
#define BOTAN_GCC_VERSION 0
#endif