Skip to content

Commit 0eba6f9

Browse files
authored
Merge d1f5a4f into d96f518
2 parents d96f518 + d1f5a4f commit 0eba6f9

17 files changed

Lines changed: 1883 additions & 208 deletions

COPYING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Public License (GPL) version 3, or (at your option) any later version. See
88
"LICENSE-GPL3" in the root of this distribution.
99

10-
The Perl client module (scripts/perl/Nut.pm) is released under the same
10+
The Perl client module (scripts/perl/UPS/Nut.pm) is released under the same
1111
license as Perl itself. That is to say either GPL version 1 or (at your option)
1212
any later version, or the "Artistic License".
1313

clients/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ libupsclient-version.h: libupsclient.la
292292
if HAVE_CXX11
293293
# libnutclient version information and build
294294
libnutclient_la_SOURCES = nutclient.h nutclient.cpp
295-
libnutclient_la_LDFLAGS = -version-info 3:0:1
295+
libnutclient_la_LDFLAGS = -version-info 4:0:2
296296
# Needed in not-standalone builds with -DHAVE_NUTCOMMON=1
297297
# which is defined for in-tree CXX builds above:
298298
if ENABLE_SHARED_PRIVATE_LIBS

0 commit comments

Comments
 (0)