Update example to match new version
This commit is contained in:
parent
aec9fe98ab
commit
98391b56bc
|
|
@ -14,6 +14,9 @@
|
||||||
#
|
#
|
||||||
# git push -u origin v13-branch
|
# git push -u origin v13-branch
|
||||||
#
|
#
|
||||||
|
# After this update the master branch to the next version and update
|
||||||
|
# vvp/examples/hello.vvp to match the new version.
|
||||||
|
#
|
||||||
|
|
||||||
if [ $# -ne 1 ] ; then
|
if [ $# -ne 1 ] ; then
|
||||||
echo "Usage: CREATE_BRANCH.sh <major-number>"
|
echo "Usage: CREATE_BRANCH.sh <major-number>"
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
:ivl_version "13.0" "vec4-stack";
|
:ivl_version "14.0" "vec4-stack";
|
||||||
:vpi_module "system";
|
:vpi_module "system";
|
||||||
|
|
||||||
; Copyright (c) 2001-2015 Stephen Williams (steve@icarus.com)
|
; Copyright (c) 2001-2026 Stephen Williams (steve@icarus.com)
|
||||||
;
|
;
|
||||||
; This program is free software; you can redistribute it and/or modify
|
; This program is free software; you can redistribute it and/or modify
|
||||||
; it under the terms of the GNU General Public License as published by
|
; it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue