Updating versions displayed in the CLI
This commit is contained in:
parent
8e0ccf059e
commit
eedf560b79
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue