From: hadaq Date: Wed, 2 Sep 2009 21:50:28 +0000 (+0000) Subject: bugfix X-Git-Tag: v6.0~363 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=09f4dd57b00a5414c6abce25ce5cd879afcef8c0;p=trbnettools.git bugfix --- diff --git a/libtrbnet/trbcmd.c b/libtrbnet/trbcmd.c index 7da084b..1628738 100644 --- a/libtrbnet/trbcmd.c +++ b/libtrbnet/trbcmd.c @@ -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); } + diff --git a/libtrbnet/trbnet.c b/libtrbnet/trbnet.c index b95d620..443e201 100644 --- a/libtrbnet/trbnet.c +++ b/libtrbnet/trbnet.c @@ -1,4 +1,4 @@ -const char trbnet_version[] = "$Revision: 2.0 $"; +const char trbnet_version[] = "$Revision: 2.1 $"; #include #include @@ -1425,4 +1425,3 @@ int trb_send_trigger_rich(uint8_t trg_input, return 0; } -