From 2e39c1412f997c9787378a37354bc877398ebbcb Mon Sep 17 00:00:00 2001 From: Ole Hansen Date: Sat, 5 Aug 2023 13:04:29 -0400 Subject: [PATCH] hcana version is 0.96. Update Podd submodule to 1.7.4. --- 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 954931f8..c51bb8cc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.5) -project(hcana VERSION 0.95 LANGUAGES CXX) +project(hcana VERSION 0.96 LANGUAGES CXX) option(HCANA_BUILTIN_PODD "Use built-in Podd submodule (default: YES)" ON) diff --git a/Makefile b/Makefile index 9dc90f7e..538808c2 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.95 +SOVERSION := 0.96 PATCH := 0 VERSION := $(SOVERSION).$(PATCH) EXTVERS := diff --git a/SConstruct b/SConstruct index d4ae2f0c..a605d876 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 = '95') +baseenv.Append(MINORVERSION = '96') 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 94bb0d20..a0613dca 160000 --- a/podd +++ b/podd @@ -1 +1 @@ -Subproject commit 94bb0d20cdff35e0c4a5cd58644583baa4b09da5 +Subproject commit a0613dcafa9efe42f759f5321cd0f8d2c633ba2f