mirror of
https://github.com/PentHertz/OpenBTS.git
synced 2026-04-28 03:19:27 +00:00
Fixing versions displayed
This commit is contained in:
parent
c4ff920c85
commit
d9ad8a5683
2 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue