diff options
author | bcook <> | 2019-10-10 14:29:20 +0000 |
---|---|---|
committer | bcook <> | 2019-10-10 14:29:20 +0000 |
commit | fdddd924945f118e2619d3a0d1a3771521a1eca7 (patch) | |
tree | 96a32bedbee8cbd212882c410d134db72381734a /src | |
parent | aa4d4e0835ee1c3e60a96ad8a5f391cc6f32915b (diff) | |
download | openbsd-fdddd924945f118e2619d3a0d1a3771521a1eca7.tar.gz openbsd-fdddd924945f118e2619d3a0d1a3771521a1eca7.tar.bz2 openbsd-fdddd924945f118e2619d3a0d1a3771521a1eca7.zip |
bump internal version to 3.0.2
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/opensslv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/opensslv.h b/src/lib/libcrypto/opensslv.h index bfae37750d..a32b0b2539 100644 --- a/src/lib/libcrypto/opensslv.h +++ b/src/lib/libcrypto/opensslv.h | |||
@@ -1,9 +1,9 @@ | |||
1 | /* $OpenBSD: opensslv.h,v 1.54 2019/10/10 14:28:48 bcook Exp $ */ | 1 | /* $OpenBSD: opensslv.h,v 1.55 2019/10/10 14:29:20 bcook Exp $ */ |
2 | #ifndef HEADER_OPENSSLV_H | 2 | #ifndef HEADER_OPENSSLV_H |
3 | #define HEADER_OPENSSLV_H | 3 | #define HEADER_OPENSSLV_H |
4 | 4 | ||
5 | /* These will change with each release of LibreSSL-portable */ | 5 | /* These will change with each release of LibreSSL-portable */ |
6 | #define LIBRESSL_VERSION_NUMBER 0x3000100fL | 6 | #define LIBRESSL_VERSION_NUMBER 0x3000200fL |
7 | /* ^ Patch starts here */ | 7 | /* ^ Patch starts here */ |
8 | #define LIBRESSL_VERSION_TEXT "LibreSSL 3.0.2" | 8 | #define LIBRESSL_VERSION_TEXT "LibreSSL 3.0.2" |
9 | 9 | ||