From ec53c09df5def89d83e01df8b5e28e4bd15c8112 Mon Sep 17 00:00:00 2001 From: Ole Hansen Date: Wed, 30 Aug 2023 17:44:00 -0400 Subject: [PATCH] hcana version is 0.98. Update Podd submodule to 1.7.5. --- CMakeLists.txt | 2 +- Makefile | 2 +- SConstruct | 2 +- podd | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cbe62998..952d804a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.5) -project(hcana VERSION 0.97 LANGUAGES CXX) +project(hcana VERSION 0.98 LANGUAGES CXX) option(HCANA_BUILTIN_PODD "Use built-in Podd submodule (default: YES)" ON) diff --git a/Makefile b/Makefile index 557b8020..1752dc0f 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ # List only the implementation files (*.cxx). For every implementation file # there must be a corresponding header file (*.h). -SOVERSION := 0.97 +SOVERSION := 0.98 PATCH := 0 VERSION := $(SOVERSION).$(PATCH) EXTVERS := diff --git a/SConstruct b/SConstruct index d8f60940..c4e3f6c1 100644 --- a/SConstruct +++ b/SConstruct @@ -27,7 +27,7 @@ baseenv.Append(HA_Podd = os.path.join(baseenv.subst('$HA_DIR'),'Podd')) baseenv.Append(HA_DC = os.path.join(baseenv.subst('$HA_DIR'),'hana_decode')) baseenv.Append(HA_DB = os.path.join(baseenv.subst('$HA_DIR'),'Database')) baseenv.Append(MAJORVERSION = '0') -baseenv.Append(MINORVERSION = '97') +baseenv.Append(MINORVERSION = '98') baseenv.Append(PATCH = '0') baseenv.Append(SOVERSION = baseenv.subst('$MAJORVERSION')+'.'+baseenv.subst('$MINORVERSION')) baseenv.Append(VERSION = baseenv.subst('$SOVERSION')+'.'+baseenv.subst('$PATCH')) diff --git a/podd b/podd index a0613dca..050ea941 160000 --- a/podd +++ b/podd @@ -1 +1 @@ -Subproject commit a0613dcafa9efe42f759f5321cd0f8d2c633ba2f +Subproject commit 050ea9412abf00a52b60f0e93ebf9e52da9066a3