Skip to content

Commit

Permalink
version bump: next release is 7.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Aug 8, 2011
1 parent 967deb4 commit 56a0635
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion RELEASE-NOTES
@@ -1,4 +1,4 @@
Curl and libcurl 7.21.8 Curl and libcurl 7.22.0


Public curl releases: 124 Public curl releases: 124
Command line options: 144 Command line options: 144
Expand Down
8 changes: 4 additions & 4 deletions include/curl/curlver.h
Expand Up @@ -30,13 +30,13 @@


/* This is the version number of the libcurl package from which this header /* This is the version number of the libcurl package from which this header
file origins: */ file origins: */
#define LIBCURL_VERSION "7.21.8-DEV" #define LIBCURL_VERSION "7.22.0-DEV"


/* The numeric version number is also available "in parts" by using these /* The numeric version number is also available "in parts" by using these
defines: */ defines: */
#define LIBCURL_VERSION_MAJOR 7 #define LIBCURL_VERSION_MAJOR 7
#define LIBCURL_VERSION_MINOR 21 #define LIBCURL_VERSION_MINOR 22
#define LIBCURL_VERSION_PATCH 8 #define LIBCURL_VERSION_PATCH 0


/* This is the numeric version of the libcurl version number, meant for easier /* This is the numeric version of the libcurl version number, meant for easier
parsing and comparions by programs. The LIBCURL_VERSION_NUM define will parsing and comparions by programs. The LIBCURL_VERSION_NUM define will
Expand All @@ -53,7 +53,7 @@
and it is always a greater number in a more recent release. It makes and it is always a greater number in a more recent release. It makes
comparisons with greater than and less than work. comparisons with greater than and less than work.
*/ */
#define LIBCURL_VERSION_NUM 0x071508 #define LIBCURL_VERSION_NUM 0x071600


/* /*
* This is the date and time when the full source package was created. The * This is the date and time when the full source package was created. The
Expand Down

0 comments on commit 56a0635

Please sign in to comment.