From 3deaffc99a1537681d06e5575384bf67943831cc Mon Sep 17 00:00:00 2001 From: Jari Tenhunen Date: Thu, 18 Mar 2010 22:55:57 +0000 Subject: [PATCH] fix versioning in configure.ac --- configure.ac | 5 ++--- src/tuner.c | 4 +--- 2 files changed, 3 insertions(+), 6 deletions(-) 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 */ -- 1.7.9.5