aboutsummaryrefslogtreecommitdiff
path: root/maketgz
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-10-06 12:56:13 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-10-06 12:56:13 +0000
commit62fdf8eaed7883c63e28b60c1a4cb8adee5e534d (patch)
tree8acce6db665b912428ca592b0c7a0fcce95e59ee /maketgz
parentd3569a357224f20265a330e999c78ae8db81f46b (diff)
we all the next version 7.15.0 due to the new TFTP support
Diffstat (limited to 'maketgz')
-rwxr-xr-xmaketgz1
1 files changed, 0 insertions, 1 deletions
diff --git a/maketgz b/maketgz
index 4941f8833..91ac4c444 100755
--- a/maketgz
+++ b/maketgz
@@ -25,7 +25,6 @@ CHEADER=src/version.h
# Replace version number in header file:
sed -e 's/^#define LIBCURL_VERSION .*/#define LIBCURL_VERSION "'$libversion'"/g' \
- -e 's/^#define LIBCURL_VERSION_NUM .*/#define LIBCURL_VERSION_NUM 0x'$numeric'/g' \
-e 's/^#define LIBCURL_VERSION_MAJOR .*/#define LIBCURL_VERSION_MAJOR '$major'/g' \
-e 's/^#define LIBCURL_VERSION_MINOR .*/#define LIBCURL_VERSION_MINOR '$minor'/g' \
-e 's/^#define LIBCURL_VERSION_PATCH .*/#define LIBCURL_VERSION_PATCH '$patch'/g' \