Updated version

This commit is contained in:
Matthias Koefferlein 2021-02-25 22:07:50 +01:00
parent ba869a0666
commit f299b3aaa2
2 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
klayout is packaged by Peter C.S. Scholtens <peter.scholtens@xs4all.nl>
and Matthias Köfferlein <matthias@koefferlein.de>
and was obtained from https://www.klayout.org/downloads/source/klayout-0.26.10.tar.gz
and was obtained from https://www.klayout.org/downloads/source/klayout-0.26.11.tar.gz
Authors:
Matthias Köfferlein
Copyright:
Copyright (C) 2006-2020 by Matthias Köfferlein.
Copyright (C) 2006-2021 by Matthias Köfferlein.
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

@ -2,10 +2,10 @@
# This script is sourced to define the main version parameters
# The main version
KLAYOUT_VERSION="0.26.10"
KLAYOUT_VERSION="0.26.11"
# The version used for PyPI (don't use variables here!)
KLAYOUT_PYPI_VERSION="0.26.10"
KLAYOUT_PYPI_VERSION="0.26.11"
# The build date
KLAYOUT_VERSION_DATE=$(date "+%Y-%m-%d")