X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=4d0cbec8887a3e0b869c55c92ef9fe3a33283419;hb=64c4cafd597aff7423be003dcf41735904126f66;hp=3fc9acd3f597daf3a985eb21509acb44ddbdc03c;hpb=f9a5fd0a930d01089381b23a66a22344a72d2aeb;p=urcu.git diff --git a/configure.ac b/configure.ac index 3fc9acd..4d0cbec 100644 --- a/configure.ac +++ b/configure.ac @@ -2,10 +2,8 @@ # Process this file with autoconf to produce a configure script. -#AC_PREREQ([2.63]) -AC_INIT([userspace-rcu], [0.2.2], [mathieu dot desnoyers at polymtl dot ca]) +AC_INIT([userspace-rcu], [0.2.3-alpha], [mathieu dot desnoyers at polymtl dot ca]) AC_CONFIG_AUX_DIR([config]) -AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip]) AC_CONFIG_SRCDIR([urcu.h]) AC_CONFIG_HEADERS([config.h])