From: R. Steve McKown Date: Wed, 26 May 2010 19:22:31 +0000 (-0600) Subject: Fix version information for karmic and lucid sources broken in last commit. X-Git-Tag: debian/0.11.3-4tmi X-Git-Url: https://oss.titaniummirror.com/gitweb?p=cp210x.git;a=commitdiff_plain;h=4f9bd213561e7ae0d96d6fbe4f20860768f429b4 Fix version information for karmic and lucid sources broken in last commit. --- diff --git a/Makefile b/Makefile index 47d400c..f53e67d 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ # Change or override these values as necessary for each package release PKGVER = 0.11.3 -DEBRELEASE = 3tmi +DEBRELEASE = 4tmi # No need to change anything below this line diff --git a/src/cp210x.c.karmic b/src/cp210x.c.karmic index ff332da..a181b19 100644 --- a/src/cp210x.c.karmic +++ b/src/cp210x.c.karmic @@ -28,7 +28,7 @@ /* * Version Information */ -#define DRIVER_VERSION "vxxDEBVERxxtmi" +#define DRIVER_VERSION "vxxDEBVERxx" #define DRIVER_DESC "Silicon Labs CP210x RS232 serial adaptor driver" /* diff --git a/src/cp210x.c.lucid b/src/cp210x.c.lucid index 1e8259d..6f98cee 100644 --- a/src/cp210x.c.lucid +++ b/src/cp210x.c.lucid @@ -28,7 +28,7 @@ /* * Version Information */ -#define DRIVER_VERSION "vxxDEBVERxxtmi" +#define DRIVER_VERSION "vxxDEBVERxx" #define DRIVER_DESC "Silicon Labs CP210x RS232 serial adaptor driver" /*