From c67fb1447bf1b1fa5ed30d52f7419042ec6200be Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 12 May 2025 21:09:26 +1200 Subject: [PATCH] bb64 release v21 --- bb64.cpp | 2 -- version.h | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/bb64.cpp b/bb64.cpp index 44a7fad..1ffd5aa 100644 --- a/bb64.cpp +++ b/bb64.cpp @@ -50,8 +50,6 @@ std::string get_arch() int update_bb64() { - std::cout << "Updating bb64..." << std::endl; - // determine path to this executable std::filesystem::path bb64_path = std::filesystem::canonical("/proc/self/exe"); diff --git a/version.h b/version.h index 48ada14..4c620d5 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -static const char *VERSION = "20"; +static const char *VERSION = "21";