From: Hugo Villeneuve Date: Tue, 10 Mar 2026 18:53:29 +0000 (-0400) Subject: v2.0.0 X-Git-Url: http://gitweb.hugovil.com/sitemap.xml?a=commitdiff_plain;p=hvrtc.git v2.0.0 Signed-off-by: Hugo Villeneuve --- diff --git a/NEWS b/NEWS index 89079b7..3ada87e 100644 --- a/NEWS +++ b/NEWS @@ -1,2 +1,5 @@ 2020-12-01: hvrtc-1.0.0 has been released. Initial version. + +2026-03-10: hvrtc-2.0.0 has been released. + Add support for time and Battery backup voltage level get/set diff --git a/configure.ac b/configure.ac index 1dbf496..4acc740 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # configure.ac -- Process this file with autoconf to produce configure dnl Initialization stuff. -AC_INIT([hvrtc],[1.0.0],[hugo@hugovil.com],[hvrtc],[http://www.hugovil.com/hvrtc/]) +AC_INIT([hvrtc],[2.0.0],[hugo@hugovil.com],[hvrtc],[http://www.hugovil.com/hvrtc/]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR(src/options.c)