From 5cc4a919c97e684d1c0b593eb14fe37402cc8b83 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Tue, 10 Mar 2026 14:53:29 -0400 Subject: [PATCH] v2.0.0 Signed-off-by: Hugo Villeneuve --- NEWS | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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) -- 2.47.3