Skip to content

Commit

Permalink
Fix issue #683
Browse files Browse the repository at this point in the history
  • Loading branch information
sm0svx committed Oct 28, 2024
1 parent 7a88388 commit 07e6feb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/svxlink/devcal/devcal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ int main(int argc, const char *argv[])
*/
static void parse_arguments(int argc, const char **argv)
{
int print_version;
int print_version = 0;

poptContext optCon;
const struct poptOption optionsTable[] =
Expand Down
2 changes: 1 addition & 1 deletion src/svxlink/reflector/svxreflector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ int main(int argc, const char *argv[])
*/
static void parse_arguments(int argc, const char **argv)
{
int print_version;
int print_version = 0;

poptContext optCon;
const struct poptOption optionsTable[] =
Expand Down
2 changes: 1 addition & 1 deletion src/svxlink/remotetrx/remotetrx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ int main(int argc, char **argv)
*/
static void parse_arguments(int argc, const char **argv)
{
int print_version;
int print_version = 0;

poptContext optCon;
const struct poptOption optionsTable[] =
Expand Down
2 changes: 1 addition & 1 deletion src/svxlink/svxlink/svxlink.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ int main(int argc, char **argv)
*/
static void parse_arguments(int argc, const char **argv)
{
int print_version;
int print_version = 0;

poptContext optCon;
const struct poptOption optionsTable[] =
Expand Down
8 changes: 4 additions & 4 deletions src/versions
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LIBECHOLIB=1.3.4
LIBASYNC=1.7.99.5

# SvxLink versions
SVXLINK=1.8.99.9
SVXLINK=1.8.99.10
MODULE_HELP=1.0.0
MODULE_PARROT=1.1.1
MODULE_ECHO_LINK=1.6.0
Expand All @@ -25,16 +25,16 @@ MODULE_FRN=1.1.0
MODULE_TRX=1.0.0

# Version for the RemoteTrx application
REMOTE_TRX=1.4.99.1
REMOTE_TRX=1.4.99.2

# Version for the signal level calibration utility
SIGLEV_DET_CAL=1.0.8.99.0

# Version for the deviation calibration utility
DEVCAL=1.0.3.99.1
DEVCAL=1.0.3.99.2

# Version for svxserver
SVXSERVER=0.0.6

# Version for SvxReflector
SVXREFLECTOR=1.2.99.13
SVXREFLECTOR=1.2.99.14

0 comments on commit 07e6feb

Please sign in to comment.