diff --git a/configure.ac b/configure.ac index 0647ca6..f662a13 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ m4_pattern_forbid([^(AM|AC|AX|LT)_]) # Initialize the project name, version, and maitainer address -AC_INIT([jitters], [0.1-dev], [bruno@belanyi.fr]) +AC_INIT([jitters], [1.0-dev], [bruno@belanyi.fr]) # Only use C for this project AC_LANG([C])