diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2017-11-06 14:40:01 +0100 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2017-11-06 14:54:03 +0100 |
commit | bfceef4da377c32cd59d1e51efb9aa1a21c7f4bd (patch) | |
tree | 2162374a91f7e2cdc5c88469fde781660d480d20 /build | |
parent | 454bb20b5d7eb36f1efbf6659652ace26cc229e0 (diff) | |
download | astra-bfceef4da377c32cd59d1e51efb9aa1a21c7f4bd.tar.gz astra-bfceef4da377c32cd59d1e51efb9aa1a21c7f4bd.tar.bz2 astra-bfceef4da377c32cd59d1e51efb9aa1a21c7f4bd.tar.xz astra-bfceef4da377c32cd59d1e51efb9aa1a21c7f4bd.zip |
Update version to 1.8.3
Diffstat (limited to 'build')
-rw-r--r-- | build/linux/configure.ac | 2 | ||||
-rw-r--r-- | build/msvc/build_env.bat | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/build/linux/configure.ac b/build/linux/configure.ac index b95d94f..0091388 100644 --- a/build/linux/configure.ac +++ b/build/linux/configure.ac @@ -23,7 +23,7 @@ dnl along with the ASTRA Toolbox. If not, see <http://www.gnu.org/licenses/>. dnl dnl ----------------------------------------------------------------------- -AC_INIT(astra, 1.8.0) +AC_INIT(astra, 1.8.3) AC_CONFIG_SRCDIR([Makefile.in]) LT_INIT([disable-static]) diff --git a/build/msvc/build_env.bat b/build/msvc/build_env.bat index 8cb7c96..56c811f 100644 --- a/build/msvc/build_env.bat +++ b/build/msvc/build_env.bat @@ -12,5 +12,5 @@ set B_VCREDIST=D:\wjp\vs2015u3_redist\vc_redist.x64.exe set B_README_WP27=C:\WinPython-64bit-%B_WP27%\python-%B_WP27:~0,-2%.amd64\Lib\site-packages set B_README_WP35=C:\WinPython-64bit-%B_WP35%\python-%B_WP35:~0,-2%.amd64\Lib\site-packages -set B_RELEASE_TAG=v1.8 -set B_RELEASE=1.8 +set B_RELEASE_TAG=v1.8.3 +set B_RELEASE=1.8.3 |