diff --git a/Globals/GlobalVars.cpp b/Globals/GlobalVars.cpp index 30f6c0f..3e4db76 100644 --- a/Globals/GlobalVars.cpp +++ b/Globals/GlobalVars.cpp @@ -35,6 +35,7 @@ const char* gOpenBTSWelcome = "Copyright 2008, 2009, 2010 Free Software Foundation, Inc.\n" "Copyright 2010 Kestrel Signal Processing, Inc.\n" "Copyright 2011-2021 Range Networks, Inc.\n" + "Reloaded for 2023 by FlUxIuS @ Penthertz SAS.\n" "Release " VERSION "+" REPO_REV " " PROD_CAT " formal build date " TIMESTAMP_ISO "\n" "\"OpenBTS\" is a registered trademark of Range Networks, Inc.\n" "\nContributors:\n" diff --git a/configure.ac b/configure.ac index 19c1ba6..760e7d2 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ dnl AC_PREREQ([2.57]) # must be AC_INIT([openbts], [5.0-master]) -AC_INIT(openbts,5.0-master) +AC_INIT(openbts,5.1-master) AC_CANONICAL_BUILD AC_CANONICAL_HOST