Skip to content

Commit

Permalink
Update for 1.11.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nickg committed Dec 16, 2023
1 parent f439f4c commit d915179
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.11.1 - 2023-12-16
- Fix crash during elaboration when an if-statement branch is always
taken (#812).
- VHPI plugins can now access types in instantiated packages (from
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.11.0],
AC_INIT([nvc], [1.11.1],
[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 @@ -227,6 +227,7 @@ EXTRA_DIST += \
test/lower/dealloc.vhd \
test/lower/directmap2.vhd \
test/lower/directmap3.vhd \
test/lower/directmap4.vhd \
test/lower/directmap.vhd \
test/lower/driver1.vhd \
test/lower/event1.vhd \
Expand Down Expand Up @@ -1847,6 +1848,7 @@ EXTRA_DIST += \
test/simp/issue574.vhd \
test/simp/issue742.vhd \
test/simp/issue782.vhd \
test/simp/issue812.vhd \
test/simp/length.vhd \
test/simp/order1.vhd \
test/simp/order2.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.11.0')dnl
define(__release_date, `6th December 2023')dnl
define(__release_date_short, `2023-12-06')dnl
define(__version, `1.11.1')dnl
define(__release_date, `16th December 2023')dnl
define(__release_date_short, `2023-12-16')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 d915179

Please sign in to comment.