]> jspc29.x-matter.uni-frankfurt.de Git - trbnettools.git/commitdiff
bugfix
authorhadaq <hadaq>
Wed, 2 Sep 2009 21:50:28 +0000 (21:50 +0000)
committerhadaq <hadaq>
Wed, 2 Sep 2009 21:50:28 +0000 (21:50 +0000)
libtrbnet/trbcmd.c
libtrbnet/trbnet.c

index 7da084bd050f957fe63e4b3a2b063cadb04729e9..1628738149d15740f9a7b6e16a752d2368b90dda 100644 (file)
@@ -17,7 +17,7 @@
 
 static int hexMode = HEXMODE;
 
-static const char trbcmd_version[] = "$Revision: 2.21 $";
+static const char trbcmd_version[] = "$Revision: 2.22 $";
 
 /* ------ MAIN ---------------------------------------------------------- */
 
@@ -775,3 +775,4 @@ int main(int argc, char ** argv)
   
   exit(EXIT_SUCCESS);
 }
+
index b95d620a318f8a12f49ec7683b0d9a67afe99320..443e201ee5a6482ef28bd1fff14e863821ec7742 100644 (file)
@@ -1,4 +1,4 @@
-const char trbnet_version[] = "$Revision: 2.0 $";
+const char trbnet_version[] = "$Revision: 2.1 $";
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -1425,4 +1425,3 @@ int trb_send_trigger_rich(uint8_t trg_input,
 
   return 0;
 }
-