X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=blobdiff_plain;f=configure.ac;h=5c70e8ad105eef978b6c9739dccef770dae04a4f;hp=7d86db3cbb7773aa6435f2a7bd56cf914f2c717b;hb=f0f2c3f3d5627d5ac7c3cdceb43b0ccd8782319d;hpb=7091896f954320abd4a46ed5569a436d904c2d2e diff --git a/configure.ac b/configure.ac index 7d86db3..5c70e8a 100644 --- a/configure.ac +++ b/configure.ac @@ -20,10 +20,10 @@ # We require at least autoconf 2.63 (AC_INIT format changed there). AC_PREREQ([2.63]) -AC_INIT([sigrok-cli], [0.3.1], [sigrok-devel@lists.sourceforge.net], +AC_INIT([sigrok-cli], [0.4.0], [sigrok-devel@lists.sourceforge.net], [sigrok-cli], [http://www.sigrok.org]) -AC_CONFIG_SRCDIR([sigrok-cli.c]) +AC_CONFIG_SRCDIR([sigrok-cli.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([autostuff])