From 0f6161c2feb68e245530085649302399755a5a63 Mon Sep 17 00:00:00 2001 From: Nick Gasson Date: Wed, 28 Jul 2021 21:25:00 +0800 Subject: [PATCH] Bump version to 1.5.2 --- HISTORY.md | 4 ++-- configure.ac | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 58d3816b..432fbf92 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,8 +1,8 @@ -## 1.5.2 - unreleased +## 1.5.2 - 2021-07-28 - Link libexecinfo on FreeBSD. - Implement textio READ procedure for BIT and TIME (#408). - Fixed a crash when a long running procedure suspends in a loop (#412). -- Fix static build with LLVM 12.0. +- Fix static linking with LLVM 12.0. - Fix crash when assigning to a signal declared in a package. - Fix incorrect recording of dependencies which caused a failure to load generated DLLs on Windows. diff --git a/configure.ac b/configure.ac index 927d5100..3bf6944e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([nvc], [1.5.1], +AC_INIT([nvc], [1.5.2], [Nick Gasson ], [nvc]) AC_PREREQ([2.63]) -- 2.39.2