X-Git-Url: https://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=configure.ac;h=4d0cbec8887a3e0b869c55c92ef9fe3a33283419;hp=348eda03c75905218d13570e581bbab950a7c056;hb=64c4cafd597aff7423be003dcf41735904126f66;hpb=40646e1ec30a2fa5d289175643c1d1343e2f9b77 diff --git a/configure.ac b/configure.ac index 348eda0..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])