Merge pull request #1299 from caryr/v13-branch

Update vvp examples to match the correct version
This commit is contained in:
Cary R. 2026-03-02 11:04:23 -08:00 committed by GitHub
commit ef9e91c168
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
12 changed files with 22 additions and 22 deletions

View File

@ -15,7 +15,7 @@
# 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.
# vvp/examples/*.vvp to match the new version.
#
if [ $# -ne 1 ] ; then

View File

@ -1,7 +1,7 @@
:ivl_version "12.0" "vec4-stack";
:ivl_version "13.0" "vec4-stack";
: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
; it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
:ivl_version "12.0" "vec4-stack";
:ivl_version "13.0" "vec4-stack";
: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
; it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
:ivl_version "12.0" "vec4-stack";
:ivl_version "13.0" "vec4-stack";
: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
; it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
:ivl_version "12.0" "vec4-stack";
:ivl_version "13.0" "vec4-stack";
: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
; it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
:ivl_version "12.0" "vec4-stack";
:ivl_version "13.0" "vec4-stack";
: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
; it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
:ivl_version "12.0" "vec4-stack";
:ivl_version "13.0" "vec4-stack";
: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
; it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
:ivl_version "12.0" "vec4-stack";
:ivl_version "13.0" "vec4-stack";
:vpi_module "system";
; Copyright (c) 2001-2015 Stephen Williams (steve@icarus.com)
; Copyright (c) 2001-2026 Stephen Williams (steve@icarus.com)
; Copyright (c) 2001 Stephan Boettcher <stephan@nevis.columbia.edu>
;
; This program is free software; you can redistribute it and/or modify

View File

@ -1,7 +1,7 @@
:ivl_version "12.0" "vec4-stack";
:ivl_version "13.0" "vec4-stack";
: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
; it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
:ivl_version "12.0" "vec4-stack";
:ivl_version "13.0" "vec4-stack";
: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
; it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
:ivl_version "12.0" "vec4-stack";
:ivl_version "13.0" "vec4-stack";
: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
; it under the terms of the GNU General Public License as published by

View File

@ -1,4 +1,4 @@
:ivl_version "12.0" "vec4-stack";
:ivl_version "13.0" "vec4-stack";
:vpi_module "system";
; This program is free software; you can redistribute it and/or modify