X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=configure.ac;h=4d0cbec8887a3e0b869c55c92ef9fe3a33283419;hp=3fc9acd3f597daf3a985eb21509acb44ddbdc03c;hb=7eaaf6cbfedea8d658683c34dc740775ce843ad7;hpb=f9a5fd0a930d01089381b23a66a22344a72d2aeb 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])