From: Uwe Hermann Date: Thu, 3 Mar 2016 17:37:30 +0000 (+0100) Subject: configure.ac: Bump package version to 0.5.0. X-Git-Tag: libsigrokdecode-0.5.0~190 X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff_plain;h=6e58cefe1056bd17f605e7717c44461d324a953d configure.ac: Bump package version to 0.5.0. 0.5.0 will be the next major, API-changing release. Bump now, so that there is no confusion of tarball 0.4.0 and 0.5.0-git snapshots. --- diff --git a/configure.ac b/configure.ac index b08eab7..b57140b 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ AC_PREREQ([2.63]) # libsigrokdecode package version number (NOT the same as shared lib version!). -AC_INIT([libsigrokdecode], [0.4.0], +AC_INIT([libsigrokdecode], [0.5.0], [sigrok-devel@lists.sourceforge.net], [libsigrokdecode], [http://www.sigrok.org]) AC_CONFIG_MACRO_DIR([m4])