diff --git a/COPYING b/COPYING index 37e6302..3d4f8f7 100644 --- a/COPYING +++ b/COPYING @@ -1,6 +1,7 @@ SmartCAPWAP -- An Open Source CAPWAP WTP / AC Copyright (C) 2012-2014 Massimo Vellucci +Portions (C) 2016 Travelping GmbH This distribution contains multiple components, some of which fall under different licenses. By using SmartCAPWAP diff --git a/configure.ac b/configure.ac index 6843916..3f075ec 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ AC_PREREQ(2.63) -AC_INIT([SmartCAPWAP], [1.0.0], [https://bitbucket.org/vemax78/smartcapwap], [smartcapwap]) +AC_INIT([SmartCAPWAP], [1.1.0], [https://github.com/travelping/smartcapwap], [smartcapwap]) AC_CONFIG_AUX_DIR([build]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([1.11 -Wall])