From 63a9d0bba071cdc72db891b034b14e7f8837baa7 Mon Sep 17 00:00:00 2001 From: Kristaps Dz Date: Sat, 10 Aug 2024 16:33:50 -0700 Subject: [PATCH] New version after messing up tag. --- Makefile.regen | 2 +- configure | 2 +- versions.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.regen b/Makefile.regen index 3579fde..bdd63e8 100644 --- a/Makefile.regen +++ b/Makefile.regen @@ -1,6 +1,6 @@ .PHONY: distcheck -VERSION = 0.3.14 +VERSION = 0.3.15 COMPATS = compat_arc4random.c \ compat_blowfish.c \ compat_crypt_newhash.c \ diff --git a/configure b/configure index 1a06e2c..ad1de0d 100755 --- a/configure +++ b/configure @@ -15,7 +15,7 @@ # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -OCONFIGURE_VERSION="0.3.14" +OCONFIGURE_VERSION="0.3.15" # # This script outputs two files: config.h and Makefile.configure. diff --git a/versions.md b/versions.md index fb47f17..a26533c 100644 --- a/versions.md +++ b/versions.md @@ -1,6 +1,6 @@ This file describes version information of this project. -## 0.3.14 +## 0.3.15 Add lots of new compatibility: [arc4random(3)](https://man.openbsd.org/arc4random.3),