From 036cbb6bbf30955abdcffaf6e52cd926d8d8ee75 Mon Sep 17 00:00:00 2001 From: "Dr. David von Oheimb" Date: Wed, 10 Jun 2020 14:15:28 +0200 Subject: Rename NOTES*, README*, VERSION, HACKING, LICENSE to .md or .txt Reviewed-by: Tim Hudson (Merged from https://github.com/openssl/openssl/pull/12109) --- dev/README | 6 ------ dev/README.md | 6 ++++++ dev/release-aux/release-version-fn.sh | 4 ++-- dev/release.sh | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 dev/README create mode 100644 dev/README.md (limited to 'dev') diff --git a/dev/README b/dev/README deleted file mode 100644 index aee3fcd6af..0000000000 --- a/dev/README +++ /dev/null @@ -1,6 +0,0 @@ -Developer files -=============== - -Here are all kinds of things that an OpenSSL developer might need or -might choose to use. Some of them demand access to OpenSSL's -infrastructure, others are simply practical. diff --git a/dev/README.md b/dev/README.md new file mode 100644 index 0000000000..aee3fcd6af --- /dev/null +++ b/dev/README.md @@ -0,0 +1,6 @@ +Developer files +=============== + +Here are all kinds of things that an OpenSSL developer might need or +might choose to use. Some of them demand access to OpenSSL's +infrastructure, others are simply practical. diff --git a/dev/release-aux/release-version-fn.sh b/dev/release-aux/release-version-fn.sh index f0ac69fa6e..e9e1ac3850 100644 --- a/dev/release-aux/release-version-fn.sh +++ b/dev/release-aux/release-version-fn.sh @@ -36,7 +36,7 @@ # OpenSSL source directory as value. get_version () { - eval $(git cat-file blob HEAD:VERSION) + eval $(git cat-file blob HEAD:VERSION.dat) VERSION="$MAJOR.$MINOR.$PATCH" SERIES="$MAJOR.$MINOR" TYPE=$( echo "$PRE_RELEASE_TAG" \ @@ -102,7 +102,7 @@ set_version () { PRE_RELEASE_TAG="$PRE_LABEL$PRE_NUM" ;; esac - cat > "$SOURCEDIR/VERSION" < "$SOURCEDIR/VERSION.dat" < recognises both forms. =head1 VERSION AND STATE With OpenSSL 3.0, all the version and state information is in the file -F, where the following variables are used and changed: +F, where the following variables are used and changed: =over 4 -- cgit v1.2.3