Skip to content

Commit

Permalink
Bump version to 1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nickg committed Sep 17, 2023
1 parent 3a505ad commit 5f9d115
Show file tree
Hide file tree
Showing 4 changed files with 16 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.10.3 - 2023-09-17
- Fixed memory corruption in rare circumstances with functions declared
in process declarative regions (#751).
- Fixed a race condition when creating library directories that
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.10.2],
AC_INIT([nvc], [1.10.3],
[https://github.com/nickg/nvc/issues],
[nvc],
[https://www.nickg.me.uk/nvc/])
Expand Down
10 changes: 10 additions & 0 deletions test/dist.mk
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ EXTRA_DIST += \
test/elab/issue539.vhd \
test/elab/issue669.vhd \
test/elab/issue707.vhd \
test/elab/issue759.vhd \
test/elab/issue93.vhd \
test/elab/jcore1.vhd \
test/elab/libbind2.vhd \
Expand Down Expand Up @@ -146,6 +147,7 @@ EXTRA_DIST += \
test/eopt/slice2.vhd \
test/eopt/source1.vhd \
test/expect.vhd \
test/issue746.sh \
test/jit/access1.vhd \
test/jit/add1.vhd \
test/jit/arith1.vhd \
Expand Down Expand Up @@ -249,6 +251,7 @@ EXTRA_DIST += \
test/lower/issue613.vhd \
test/lower/issue662.vhd \
test/lower/issue725.vhd \
test/lower/issue756.vhd \
test/lower/issue94.vhd \
test/lower/link1.vhd \
test/lower/loop1.vhd \
Expand Down Expand Up @@ -382,6 +385,8 @@ EXTRA_DIST += \
test/parse/issue701.vhd \
test/parse/issue708.vhd \
test/parse/issue727.vhd \
test/parse/issue751.vhd \
test/parse/issue760.vhd \
test/parse/literal.vhd \
test/parse/loc.vhd \
test/parse/names2.vhd \
Expand Down Expand Up @@ -466,6 +471,7 @@ EXTRA_DIST += \
test/regress/alias12.vhd \
test/regress/alias13.vhd \
test/regress/alias14.vhd \
test/regress/alias15.vhd \
test/regress/alias1.vhd \
test/regress/alias2.vhd \
test/regress/alias3.vhd \
Expand Down Expand Up @@ -1115,6 +1121,7 @@ EXTRA_DIST += \
test/regress/issue543.vhd \
test/regress/issue544.vhd \
test/regress/issue547.vhd \
test/regress/issue548.sh \
test/regress/issue549.vhd \
test/regress/issue550.vhd \
test/regress/issue551.vhd \
Expand Down Expand Up @@ -1179,6 +1186,8 @@ EXTRA_DIST += \
test/regress/issue734.vhd \
test/regress/issue744.vhd \
test/regress/issue747.vhd \
test/regress/issue751.vhd \
test/regress/issue752.sh \
test/regress/issue79.vhd \
test/regress/issue82.vhd \
test/regress/issue83.vhd \
Expand Down Expand Up @@ -1474,6 +1483,7 @@ EXTRA_DIST += \
test/sem/access.vhd \
test/sem/afunc.vhd \
test/sem/agg2008.vhd \
test/sem/alias2.vhd \
test/sem/alias.vhd \
test/sem/altera1.vhd \
test/sem/ambiguous.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.10.2')dnl/
define(__release_date, `20th August 2023')dnl/
define(__release_date_short, `2023-08-20')dnl/
define(__version, `1.10.3')dnl/
define(__release_date, `17th September 2023')dnl/
define(__release_date_short, `2023-09-17')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 5f9d115

Please sign in to comment.