From 9c71958173a159d56f8193226bab47afb16eb827 Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Mon, 1 Feb 2016 00:51:17 -0500 Subject: [PATCH] wmtv: Remove define of VERSION in favor of version defined by autoconf. --- wmtv/src/wmtv.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/wmtv/src/wmtv.c b/wmtv/src/wmtv.c index a1e393a..1fa2eea 100644 --- a/wmtv/src/wmtv.c +++ b/wmtv/src/wmtv.c @@ -53,8 +53,6 @@ /* Defines */ -#define VERSION "0.6.5" - #define ON 1 #define OFF 0