]> Untitled Git - hvrtc.git/commitdiff
v2.0.0 master
authorHugo Villeneuve <hvilleneuve@dimonoff.com>
Tue, 10 Mar 2026 18:53:29 +0000 (14:53 -0400)
committerHugo Villeneuve <hvilleneuve@dimonoff.com>
Tue, 10 Mar 2026 19:35:19 +0000 (15:35 -0400)
Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 89079b7b33b53bbf325f7decfcd984399fbfe392..3ada87e46af5425fb6208e17c459a2099af6b4b9 100644 (file)
--- 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
index 1dbf496ea8904e88f3c9878ecfb151a1273778f5..4acc740361448b149a96e0b52c83b8f40f5db645 100644 (file)
@@ -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)