Skip to content

Commit

Permalink
Bump version to 1.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nickg committed May 15, 2024
1 parent 2e7fc7c commit 764659a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Unreleased changes

## Version 1.12.2 - 2024-05-15
- Fixed a crash when `'transaction` is used with a record type.
- Fixed a compatibility issue with LLVM 18 that could cause an illegal
instruction exception when the `--jit` elaboration option is used
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([nvc], [1.12.1],
AC_INIT([nvc], [1.12.2],
[https://github.com/nickg/nvc/issues],
[nvc],
[https://www.nickg.me.uk/nvc/])
Expand Down
2 changes: 2 additions & 0 deletions test/dist.mk
Original file line number Diff line number Diff line change
Expand Up @@ -1182,6 +1182,7 @@ EXTRA_DIST += \
test/regress/implicit3.vhd \
test/regress/implicit4.vhd \
test/regress/implicit5.vhd \
test/regress/implicit6.vhd \
test/regress/integer1.vhd \
test/regress/integer2.vhd \
test/regress/issue101.vhd \
Expand Down Expand Up @@ -1415,6 +1416,7 @@ EXTRA_DIST += \
test/regress/issue881.vhd \
test/regress/issue884.vhd \
test/regress/issue885.vhd \
test/regress/issue887.vhd \
test/regress/issue8.vhd \
test/regress/issue90.vhd \
test/regress/issue91.vhd \
Expand Down
6 changes: 3 additions & 3 deletions www/defs.m4
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
define(__version, `1.12.1')dnl
define(__release_date, `9th May 2024')dnl
define(__release_date_short, `2024-05-09')dnl
define(__version, `1.12.2')dnl
define(__release_date, `15th May 2024')dnl
define(__release_date_short, `2024-05-15')dnl
define(__release_notes, `news.html#version-'__version`---'__release_date_short)dnl
define(__github_url, `https://github.com/nickg/nvc')dnl
define(__sourcehut_url, `https://git.sr.ht/~nickg/nvc')dnl
Expand Down

0 comments on commit 764659a

Please sign in to comment.