Skip to content

Commit

Permalink
Update version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tjko committed Apr 16, 2023
1 parent 143339a commit 4bca127
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
#

Version = 1.1.1beta
Version = 1.1.1
PKGNAME = nxgipd

BuildDate = $(shell date +%Y-%m-%d)
Expand Down
11 changes: 6 additions & 5 deletions README
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
nxgipd v1.1.1beta
=================
nxgipd v1.1.1
=============

nxgipd is a monitoring daemon for UTC Interlogix/GE Security/Caddx NetworX
series alarm systems that use the NetworX NX-584 protocol.
Expand Down Expand Up @@ -43,7 +43,7 @@ SUPPORTED ALARM PANEL MODELS


REQUIREMENTS
Mini-XML library (libmxml) v2.6 or later version
Mini-XML library (libmxml) v3.0 or later version


TESTED PLATFORMS
Expand Down Expand Up @@ -109,7 +109,8 @@ SERIAL INTERFACE CONFIGURATION


HISTORY
v1.1.1beta
v1.1.1
- support for non-standard serial modes (other than "8N1")
- added serial port locking (on Linux)
- updated to work with Mini-XML v3.x
- new -r option to nxstat command
Expand Down Expand Up @@ -160,4 +161,4 @@ LATEST VERSION


Timo <tjko@iki.fi>
27-Mar-2023
15-Apr-2023
2 changes: 1 addition & 1 deletion nxstat.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ int main(int argc, char **argv)
break;

case 'V':
fprintf(stderr,"%s v%s (%s) %s\nCopyright (C) 2009-2015 Timo Kokkonen. All Rights Reserved.\n",
fprintf(stderr,"%s v%s (%s) %s\nCopyright (C) 2009-2023 Timo Kokkonen. All Rights Reserved.\n",
program_name,VERSION,BUILDDATE,HOST_TYPE);
exit(0);

Expand Down

0 comments on commit 4bca127

Please sign in to comment.