Skip to content

Commit

Permalink
Update for 1.13.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nickg committed Aug 11, 2024
1 parent 166105b commit 24cdf20
Show file tree
Hide file tree
Showing 4 changed files with 11 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.13.2 - 2024-08-11
- Fixed an incorrect bounds check error when a constant declaration has
a partially constrained type (#932).
- Elaboration of large designs on Windows no longer fail with linker
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.13.1],
AC_INIT([nvc], [1.13.2],
[https://github.com/nickg/nvc/issues],
[nvc],
[https://www.nickg.me.uk/nvc/])
Expand Down
5 changes: 5 additions & 0 deletions test/dist.mk
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ EXTRA_DIST += \
test/lower/issue837.vhd \
test/lower/issue844.vhd \
test/lower/issue859.vhd \
test/lower/issue934.vhd \
test/lower/issue94.vhd \
test/lower/link1.vhd \
test/lower/loop1.vhd \
Expand Down Expand Up @@ -508,6 +509,7 @@ EXTRA_DIST += \
test/parse/visibility7.vhd \
test/parse/visibility8.vhd \
test/parse/visibility9.vhd \
test/parse/vunit10.vhd \
test/parse/vunit5.vhd \
test/parse/vunit6.vhd \
test/parse/vunit7.vhd \
Expand Down Expand Up @@ -678,6 +680,7 @@ EXTRA_DIST += \
test/regress/bounds42.vhd \
test/regress/bounds43.vhd \
test/regress/bounds44.vhd \
test/regress/bounds45.vhd \
test/regress/bounds4.vhd \
test/regress/bounds5.vhd \
test/regress/bounds6.vhd \
Expand Down Expand Up @@ -1025,6 +1028,7 @@ EXTRA_DIST += \
test/regress/gold/bounds42.txt \
test/regress/gold/bounds43.txt \
test/regress/gold/bounds44.txt \
test/regress/gold/bounds45.txt \
test/regress/gold/bounds4.txt \
test/regress/gold/bounds5.txt \
test/regress/gold/bounds6.txt \
Expand Down Expand Up @@ -1482,6 +1486,7 @@ EXTRA_DIST += \
test/regress/issue924.vhd \
test/regress/issue925.vhd \
test/regress/issue931.vhd \
test/regress/issue932.vhd \
test/regress/issue94.vhd \
test/regress/issue95.vhd \
test/regress/issue96.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.13.1')dnl
define(__release_date, `25th July 2024')dnl
define(__release_date_short, `2024-07-25')dnl
define(__version, `1.13.2')dnl
define(__release_date, `11th August 2024')dnl
define(__release_date_short, `2024-08-11')dnl
define(__release_notes, `news.html#version-'__version`---'__release_date_short)dnl
define(__github_url, `https://github.com/nickg/nvc')dnl
define(__download_base, `https://www.nickg.me.uk/files')dnl
Expand Down

0 comments on commit 24cdf20

Please sign in to comment.