summaryrefslogtreecommitdiff
path: root/VERSION
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-10-17 16:03:06 +0200
committerRichard Levitte <levitte@openssl.org>2019-10-18 12:22:00 +0200
commit20551b2e62ed8c2fa97e0106a0350f40f3422dd5 (patch)
treebc0f9f84cbb832070ebceea1ad6aad3ecad3e34f /VERSION
parent3d48457478bd61030c370e4090c1462fc4453d81 (diff)
downloadopenssl-new-20551b2e62ed8c2fa97e0106a0350f40f3422dd5.tar.gz
Configure: get version from the file 'VERSION' instead of 'opensslv.h'
'VERSION' is a very easy file to parse, as opposed to a header file. We also have the benefit of holding the version information in one very well known place and can then generate all other version texts as we see fit, for example opensslv.h. Fixes #10203 Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10205)
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION7
1 files changed, 7 insertions, 0 deletions
diff --git a/VERSION b/VERSION
new file mode 100644
index 0000000000..cba848cebe
--- /dev/null
+++ b/VERSION
@@ -0,0 +1,7 @@
+MAJOR=3
+MINOR=0
+PATCH=0
+PRE_RELEASE_TAG=dev
+BUILD_METADATA=
+RELEASE_DATE=
+SHLIB_VERSION=3