From: Jari Tenhunen Date: Thu, 18 Mar 2010 22:55:57 +0000 (+0000) Subject: fix versioning in configure.ac X-Git-Tag: fremantle/0.1.3~3 X-Git-Url: http://vcs.maemo.org/git/?a=commitdiff_plain;h=3deaffc99a1537681d06e5575384bf67943831cc;hp=8f04797d094215abeb2ae4c3875837d798133183;p=tunertool fix versioning in configure.ac --- diff --git a/configure.ac b/configure.ac index eac5712..75eb362 100644 --- a/configure.ac +++ b/configure.ac @@ -10,9 +10,8 @@ dnl the fourth (nano) number should be 0 for a release, 1 for CVS, dnl and 2... for a prerelease dnl when going to/from release please set the nano correctly ! -dnl releases only do Wall, cvs and prerelease does Werror too -AS_VERSION(tuner, GST_PLUGIN_VERSION, 0, 0, 4, 0, - GST_PLUGIN_CVS="no", GST_PLUGIN_CVS="yes") +AS_VERSION(tuner, TUNER_VERSION, 0, 1, 2, 0, + RELEASE="yes", RELEASE="no") dnl AM_MAINTAINER_MODE provides the option to enable maintainer mode AM_MAINTAINER_MODE diff --git a/src/tuner.c b/src/tuner.c index edae737..793f956 100644 --- a/src/tuner.c +++ b/src/tuner.c @@ -24,8 +24,6 @@ #include "config.h" #endif -#define TUNER_VERSION "0.4" - #ifdef HILDON #include #include @@ -34,7 +32,7 @@ #include #define OSSO_PACKAGE "tuner-tool" -#define OSSO_VERSION TUNER_VERSION +#define OSSO_VERSION VERSION #endif /* ifdef HILDON */