aboutsummaryrefslogtreecommitdiff
path: root/src/version.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-08-30 11:54:57 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-08-30 11:54:57 +0000
commit61c434273654048462873c031eda027dd4acd549 (patch)
treec95c5437fca5859965d9a1719598964530923f2e /src/version.h
parent216b1984948d4ad4c7743440e0cadc12bc385618 (diff)
7.2 cleanup commit
Diffstat (limited to 'src/version.h')
-rw-r--r--src/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.h b/src/version.h
index c3ea019b5..325a93ef1 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1,3 +1,3 @@
#define CURL_NAME "curl"
-#define CURL_VERSION "7.1"
+#define CURL_VERSION "7.2"
#define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "