diff --git a/VERSION.md b/VERSION.md index eb5943a..dd70eaa 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -VERSION 2.26 +VERSION 2.27 diff --git a/source/ublexec.cc b/source/ublexec.cc index 5853ded..6a6573e 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.26"; +string version_application = "2.27"; int socket_ext_id_I = 0; int socket_trd_id_I = 0;