build: configure: bump version

Also remove the `-dev` suffix, which is only needed in local
This commit is contained in:
Bruno BELANYI 2020-09-30 22:37:23 +02:00
parent 7ab8e8c6b6
commit ce9b80b32f

View file

@ -2,7 +2,7 @@
m4_pattern_forbid([^(AM|AC|AX|LT)_])
# Initialize the project name, version, and maitainer address
AC_INIT([jitters], [1.0-dev], [bruno@belanyi.fr])
AC_INIT([jitters], [1.1], [bruno@belanyi.fr])
# Only use C for this project
AC_LANG([C])