From eedf560b79a1d2cc749b250646c7b0cea9084793 Mon Sep 17 00:00:00 2001 From: FlUxIuS Date: Mon, 9 Jan 2023 11:39:47 +0100 Subject: [PATCH] Updating versions displayed in the CLI --- Globals/Globals.cpp | 1 + configure.ac | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Globals/Globals.cpp b/Globals/Globals.cpp index bf89bef..87f9bda 100644 --- a/Globals/Globals.cpp +++ b/Globals/Globals.cpp @@ -33,6 +33,7 @@ const char *gOpenWelcome = "Copyright 2008, 2009, 2010 Free Software Foundation, Inc.\n" "Copyright 2010 Kestrel Signal Processing, Inc.\n" "Copyright 2011, 2012, 2013, 2014 Range Networks, Inc.\n" + "Reloaded for 2023 by FlUxIuS @ Penthertz SAS.\n" "Release " VERSION " " PROD_CAT " formal build date " TIMESTAMP_ISO " " REPO_REV "\n" "\"OpenBTS\" is a trademark of Range Networks, Inc.\n" "\"OpenBTS-UMTS\" is a trademark of Range Networks, Inc.\n" diff --git a/configure.ac b/configure.ac index 9cd991a..e1cb14e 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ dnl See the LEGAL file in the main directory for details. dnl FIXME -- Need to add dependency check for asn1c. AC_PREREQ(2.57) -AC_INIT(openbts-umts,1.0-master) +AC_INIT(openbts-umts,1.1-master) AC_CANONICAL_BUILD AC_CANONICAL_HOST