diff --git a/debian_orig/changelog b/debian_orig/changelog index 1d239288d..dd5ff4b49 100644 --- a/debian_orig/changelog +++ b/debian_orig/changelog @@ -1,6 +1,6 @@ vscpd (%MAJOR-VERSION.%MINOR-VERSION.%RELEASE-VERSION-%RELEASE-DEBIAN) stable; urgency=medium - * Removed unnecessary logging. - * Initial release + * Level I driver translation value now initialized and saved, + * systemd service now have user/group set to vscp -- Ake Hedman %DATENOW diff --git a/src/vscp/common/version.h b/src/vscp/common/version.h index 13b891528..8d51079f0 100644 --- a/src/vscp/common/version.h +++ b/src/vscp/common/version.h @@ -34,10 +34,10 @@ // 35/36/37/38/40/42/43 I M P O T A N T ! ! ! #define VSCPD_MAJOR_VERSION 14 #define VSCPD_MINOR_VERSION 0 -#define VSCPD_RELEASE_VERSION 1 +#define VSCPD_RELEASE_VERSION 2 #define VSCPD_BUILD_VERSION 1 -#define VSCPD_DISPLAY_VERSION "14.0.1-1 Silicon" +#define VSCPD_DISPLAY_VERSION "14.0.2-1 Silicon" #define VSCPD_COPYRIGHT \ "Copyright © 2000-2020 Ake Hedman, Grodans Paradis AB, " \