From 0e322108dc413bf6df36c0cf0fe5c2d6d22b7312 Mon Sep 17 00:00:00 2001 From: amid Date: Fri, 19 May 2023 12:46:54 +0600 Subject: [PATCH] Bump version to 2.26 --- VERSION.md | 2 +- source/ublexec.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION.md b/VERSION.md index 5bf5e95..eb5943a 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -VERSION 2.25 +VERSION 2.26 diff --git a/source/ublexec.cc b/source/ublexec.cc index 5cf26c5..b949335 100644 --- a/source/ublexec.cc +++ b/source/ublexec.cc @@ -4,7 +4,7 @@ using namespace std; int flag_prog_file = 0; string name_app_cmd = ""; -string version_application = "2.25"; +string version_application = "2.26"; int socket_ext_id_I = 0; int socket_trd_id_I = 0;