build: configure: bump patch version

This commit is contained in:
Bruno BELANYI 2020-10-02 14:42:45 +02:00
parent e8aa5bd468
commit 03aadfbd5c
1 changed files with 1 additions and 1 deletions

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.1], [bruno@belanyi.fr])
AC_INIT([jitters], [1.1.1], [bruno@belanyi.fr])
# Only use C for this project
AC_LANG([C])