aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-01-19 10:11:25 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-01-19 10:11:25 +0000
commit718004d9b5b6301d495a9e032ffad43247b32f2e (patch)
treee99bc6ddbf913e807ba9e4b0170e1c26c7281a3e /include
parent1dc54324f4ea1e18df4364dc130af9b3f8c7a401 (diff)
start over on our journey towards 7.19.4...
Diffstat (limited to 'include')
-rw-r--r--include/curl/curlver.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/curl/curlver.h b/include/curl/curlver.h
index 29ac96184..e8b938d46 100644
--- a/include/curl/curlver.h
+++ b/include/curl/curlver.h
@@ -31,13 +31,13 @@
/* This is the version number of the libcurl package from which this header
file origins: */
-#define LIBCURL_VERSION "7.19.3-CVS"
+#define LIBCURL_VERSION "7.19.4-CVS"
/* The numeric version number is also available "in parts" by using these
defines: */
#define LIBCURL_VERSION_MAJOR 7
#define LIBCURL_VERSION_MINOR 19
-#define LIBCURL_VERSION_PATCH 3
+#define LIBCURL_VERSION_PATCH 4
/* This is the numeric version of the libcurl version number, meant for easier
parsing and comparions by programs. The LIBCURL_VERSION_NUM define will
@@ -54,7 +54,7 @@
and it is always a greater number in a more recent release. It makes
comparisons with greater than and less than work.
*/
-#define LIBCURL_VERSION_NUM 0x071303
+#define LIBCURL_VERSION_NUM 0x071304
/*
* This is the date and time when the full source package was created. The