Fixing versions displayed

This commit is contained in:
FlUxIuS 2023-01-07 12:57:12 +01:00
parent c4ff920c85
commit d9ad8a5683
2 changed files with 2 additions and 1 deletions

View file

@ -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"

View file

@ -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