diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2019-09-27 15:17:02 +0200 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2019-09-27 15:17:02 +0200 |
commit | 06322245a638e435d29bc8f027aed0bd976139d0 (patch) | |
tree | a32bf87e909027e6d6f67d9c9d5681840ebc7bc9 /build | |
parent | 54af7e8e22a3f1c9d90b13291b28d39778c05564 (diff) | |
download | astra-06322245a638e435d29bc8f027aed0bd976139d0.tar.gz astra-06322245a638e435d29bc8f027aed0bd976139d0.tar.bz2 astra-06322245a638e435d29bc8f027aed0bd976139d0.tar.xz astra-06322245a638e435d29bc8f027aed0bd976139d0.zip |
Increment version to 1.9.9dev
Diffstat (limited to 'build')
-rw-r--r-- | build/linux/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/linux/configure.ac b/build/linux/configure.ac index bb4d113..e088f0c 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.9.0dev) +AC_INIT(astra, 1.9.9dev) AC_CONFIG_SRCDIR([Makefile.in]) LT_INIT([disable-static]) |