diff --git a/CHANGES b/CHANGES index 3ac14040..6635ecce 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +* Version 1.2.16 + * Support arbitrary commands + * Add bash completion + * Version 1.2.15 * Support "ASK" in cluster mode diff --git a/configure.ac b/configure.ac index 610e357e..170fd96f 100755 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ dnl You should have received a copy of the GNU General Public License dnl along with this program. If not, see . AC_PREREQ(2.59) -AC_INIT(memtier_benchmark,1.2.15,yossigo@gmail.com) +AC_INIT(memtier_benchmark,1.2.16,yossigo@gmail.com) AC_CONFIG_SRCDIR([memtier_benchmark.cpp]) AC_CONFIG_HEADER([config.h]) AM_INIT_AUTOMAKE