From c376689ae4c303b836a8ab601b1fbcdc84e8004e Mon Sep 17 00:00:00 2001
From: obarun <eric@obarun.org>
Date: Sat, 13 Jan 2024 12:17:37 +1100
Subject: [PATCH] Bump 0.1.0.1

---
 INSTALL.md         | 4 ++--
 build_toolchain.sh | 4 ++--
 package/info       | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/INSTALL.md b/INSTALL.md
index b382268..76ccb3f 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -5,9 +5,9 @@ Build Instructions
 
 - A POSIX-compliant C development environment
 - GNU make version 3.81 or later
-- skalibs version 2.12.0.2: http://skarnet.org/software/skalibs/
+- skalibs version 2.14.1.0: http://skarnet.org/software/skalibs/
 - execline version 2.9.4.0: http://skarnet.org/software/execline/
-- oblibs version 0.2.0.0: https://git.obarun.org/Obarun/oblibs/
+- oblibs version 0.2.0.2: https://git.obarun.org/Obarun/oblibs/
 - lowdown version 0.6.4 or later for man and html pages: https://kristaps.bsd.lv/lowdown/
 - If cross-compiling: the sysdeps for your target architecture (see the [Cross-compilation](INSTALL.md#Cross-compilation) section below)
 
diff --git a/build_toolchain.sh b/build_toolchain.sh
index d0478f1..7006882 100755
--- a/build_toolchain.sh
+++ b/build_toolchain.sh
@@ -6,9 +6,9 @@ if [ "$1" == "commit" ]; then
     tag=0
 fi
 
-skalibs_tag="v2.14.0.1"
+skalibs_tag="v2.14.1.0"
 execline_tag="v2.9.4.0"
-oblibs_tag="0.2.0.0"
+oblibs_tag="0.2.0.2"
 
 check_tag(){
 
diff --git a/package/info b/package/info
index 59e33b2..8555eb4 100644
--- a/package/info
+++ b/package/info
@@ -1,3 +1,3 @@
 package=66-tools
-version=0.1.0.0
+version=0.1.0.1
 package_macro_name=SS_TOOLS
-- 
GitLab