Skip to content

Commit

Permalink
Update for 1.11.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nickg committed Feb 4, 2024
1 parent ad6fb27 commit f90ac82
Show file tree
Hide file tree
Showing 4 changed files with 15 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.3 - 2024-02-04
- Fixed incorrect effective value when a signal has multiple sources due
to port-collapsing optimisation (#824).
- Signals that appear in aggregate choice expressions like `(S downto 0
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.2],
AC_INIT([nvc], [1.11.3],
[https://github.com/nickg/nvc/issues],
[nvc],
[https://www.nickg.me.uk/nvc/])
Expand Down
9 changes: 9 additions & 0 deletions test/dist.mk
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ EXTRA_DIST += \
test/elab/bounds40.vhd \
test/elab/bounds41.vhd \
test/elab/bounds42.vhd \
test/elab/bounds7.vhd \
test/elab/comp2.vhd \
test/elab/comp3.vhd \
test/elab/comp4.vhd \
Expand Down Expand Up @@ -425,6 +426,7 @@ EXTRA_DIST += \
test/parse/issue793.vhd \
test/parse/issue802.vhd \
test/parse/issue805.vhd \
test/parse/issue837.vhd \
test/parse/literal.vhd \
test/parse/loc.vhd \
test/parse/names2.vhd \
Expand Down Expand Up @@ -1045,6 +1047,7 @@ EXTRA_DIST += \
test/regress/gold/issue801.txt \
test/regress/gold/issue816.txt \
test/regress/gold/issue817.txt \
test/regress/gold/issue840.dump \
test/regress/gold/issue96.txt \
test/regress/gold/proc7.txt \
test/regress/gold/proc8.txt \
Expand Down Expand Up @@ -1323,8 +1326,14 @@ EXTRA_DIST += \
test/regress/issue817.vhd \
test/regress/issue819.vhd \
test/regress/issue820.vhd \
test/regress/issue824.vhd \
test/regress/issue825.vhd \
test/regress/issue826.vhd \
test/regress/issue827.vhd \
test/regress/issue82.vhd \
test/regress/issue839.vhd \
test/regress/issue83.vhd \
test/regress/issue840.vhd \
test/regress/issue84.vhd \
test/regress/issue86.vhd \
test/regress/issue8.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.2')dnl
define(__release_date, `4th January 2024')dnl
define(__release_date_short, `2024-01-04')dnl
define(__version, `1.11.3')dnl
define(__release_date, `4th February 2024')dnl
define(__release_date_short, `2024-02-04')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 f90ac82

Please sign in to comment.