X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=5d914322b1158df69f6b8f931f91fc80c5936baf;hb=4cf459a783b914dfd2942b93c8ddbff11a025739;hp=00df0c06d26bd83fda46fee99b9acc70f43ffbe3;hpb=46cec820d380796882540bf5a8904949d86e3515;p=ust.git diff --git a/configure.ac b/configure.ac index 00df0c0..5d91432 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([ust], [0.12], [nils dot carlson at ericsson dot com]) +AC_INIT([ust], [0.13], [nils dot carlson at ericsson dot com]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST @@ -174,5 +174,6 @@ AC_CONFIG_FILES([ libustcomm/Makefile libustctl/Makefile snprintf/Makefile + ust.pc ]) AC_OUTPUT