]> oss.titaniummirror.com Git - cp210x.git/commitdiff
Fix version information for karmic and lucid sources broken in last commit. debian/0.11.3-4tmi
authorR. Steve McKown <rsmckown@gmail.com>
Wed, 26 May 2010 19:22:31 +0000 (13:22 -0600)
committerR. Steve McKown <rsmckown@gmail.com>
Wed, 26 May 2010 19:26:04 +0000 (13:26 -0600)
Makefile
src/cp210x.c.karmic
src/cp210x.c.lucid

index 47d400cfcc651fd6f583d325bb35a0aa4b958469..f53e67da877f8c37caeba041340852ff6448e018 100644 (file)
--- 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
index ff332da30d719fb4de8bbe948aad59bfc4abd74e..a181b1973cf698492c0f5d33123fbcb7623a461f 100644 (file)
@@ -28,7 +28,7 @@
 /*
  * Version Information
  */
-#define DRIVER_VERSION "vxxDEBVERxxtmi"
+#define DRIVER_VERSION "vxxDEBVERxx"
 #define DRIVER_DESC "Silicon Labs CP210x RS232 serial adaptor driver"
 
 /*
index 1e8259d5532a8a1f5c1807ab293f8bf659f985f9..6f98cee2e801e926a710ff1b258df44f3744555a 100644 (file)
@@ -28,7 +28,7 @@
 /*
  * Version Information
  */
-#define DRIVER_VERSION "vxxDEBVERxxtmi"
+#define DRIVER_VERSION "vxxDEBVERxx"
 #define DRIVER_DESC "Silicon Labs CP210x RS232 serial adaptor driver"
 
 /*