Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
grodansparadis committed May 15, 2020
1 parent bf0f9e1 commit 3575820
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION.m4
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ m4_define([release_debian], [1])
m4_define([major_version], [14])
m4_define([minor_version], [0])
m4_define([release_version], [3])
m4_define([build_version], [4])
m4_define([build_version], [5])
m4_define([package_version],['major_version.minor_version.release_version'])
m4_define([full_version],['major_version.minor_version.release_version.build_version'])
4 changes: 2 additions & 2 deletions debian_orig/changelog
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
vscpd (%MAJOR-VERSION.%MINOR-VERSION.%RELEASE-VERSION-%RELEASE-DEBIAN) stable; urgency=medium

* Level I driver measurement event conversions to string/float fixed.
* vscp_convertEventToCanal
node id was not fetched correctly.
All level I events over level II was converted incorrectly.
* Fixed deadlock.
*
* Fixed deadlock.

-- Ake Hedman <akhe@vscp.org> %DATENOW
1 change: 1 addition & 0 deletions debian_orig/rules
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,5 @@ override_dh_auto_install:
install -d debian/vscpd/usr/share/man/man8/
install man/vscpd.8 debian/vscpd/usr/share/man/man8/vscpd.8
install -d debian/vscpd/usr/share/man/man5/


4 changes: 2 additions & 2 deletions src/vscp/common/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
#define VSCPD_MAJOR_VERSION 14
#define VSCPD_MINOR_VERSION 0
#define VSCPD_RELEASE_VERSION 3
#define VSCPD_BUILD_VERSION 4
#define VSCPD_BUILD_VERSION 5

#define VSCPD_DISPLAY_VERSION "14.0.3-4 Silicon"
#define VSCPD_DISPLAY_VERSION "14.0.3-5 Silicon"

#define VSCPD_COPYRIGHT \
"Copyright © 2000-2020 Ake Hedman, Grodans Paradis AB, " \
Expand Down

0 comments on commit 3575820

Please sign in to comment.