aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-11-06 11:37:54 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-11-06 11:37:54 +0000
commit80d2be541d5d31de643e7173bd1ada7983261537 (patch)
tree1587fa9023926f689690107deaebbfdd339db567
parent472c4d86167f71261b5f7fd577fd84be19d9a4e1 (diff)
new defines for version info
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 314b382dc..7e3dcb9e1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,12 @@
Daniel (6 November)
+- I added three new global defines in the curl/curl.h header:
+ LIBCURL_VERSION_MAJOR, LIBCURL_VERSION_MINOR and LIBCURL_VERSION_PATCH. They
+ are the three numbers in the library's version number, separated for easier
+ usage. 'maketgz' was updated accordingly to generate these numbers properly
+ when building release-archives.
+
- Unitialized variable fix, reported by both Marty Kuhrt and Benjamin Gerard.
- Matt Veenstra provided build files to build libcurl as a "framework" under