From 4f9bd213561e7ae0d96d6fbe4f20860768f429b4 Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Wed, 26 May 2010 13:22:31 -0600 Subject: [PATCH] Fix version information for karmic and lucid sources broken in last commit. --- Makefile | 2 +- src/cp210x.c.karmic | 2 +- src/cp210x.c.lucid | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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" /* -- 2.39.2