From c3291b38dcb69691022536e56ecaa177579e9199 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Wed, 12 Mar 2014 12:28:23 -0300 Subject: [PATCH] VERSION: bump to 0.4.1 --- doc/full.cfg | 2 +- doc/web.cfg | 2 +- python/VERSION | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/full.cfg b/doc/full.cfg index a5ea7724..108ea440 100644 --- a/doc/full.cfg +++ b/doc/full.cfg @@ -38,7 +38,7 @@ PROJECT_NAME = aubio # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = "0.4.1~alpha full" +PROJECT_NUMBER = "0.4.1 full" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/doc/web.cfg b/doc/web.cfg index 78be493c..ade5f7de 100644 --- a/doc/web.cfg +++ b/doc/web.cfg @@ -38,7 +38,7 @@ PROJECT_NAME = aubio # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = "0.4.1~alpha" +PROJECT_NUMBER = "0.4.1" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/python/VERSION b/python/VERSION index 18c2a336..839526d2 100644 --- a/python/VERSION +++ b/python/VERSION @@ -1,7 +1,7 @@ AUBIO_MAJOR_VERSION=0 AUBIO_MINOR_VERSION=4 AUBIO_PATCH_VERSION=1 -AUBIO_VERSION_STATUS='~alpha' +AUBIO_VERSION_STATUS='' LIBAUBIO_LT_CUR=4 -LIBAUBIO_LT_REV=0 -LIBAUBIO_LT_AGE=0 +LIBAUBIO_LT_REV=1 +LIBAUBIO_LT_AGE=1 -- 2.11.0