diff --git a/CHANGELOG b/CHANGELOG index 843210ff..5d1ceb5f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,8 @@ The Cacti Group | spine +1.2.10 +-feature: release to match Cacti release + 1.2.9 -issue#124: Improve logging of snmp multiple OID get function -issue#129: PCOMMAND Device[XXXX] WARNING: Recache Event Detected for Device diff --git a/configure.ac b/configure.ac index 2b50f462..29a44424 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.53) -AC_INIT(Spine Poller, 1.2.9, http://www.cacti.net/issues.php) +AC_INIT(Spine Poller, 1.2.10, http://www.cacti.net/issues.php) AC_CONFIG_AUX_DIR(config) AC_SUBST(ac_aux_dir)