diff --git a/config/mactelnet.spec b/config/mactelnet.spec index eeb2111..927656d 100644 --- a/config/mactelnet.spec +++ b/config/mactelnet.spec @@ -1,5 +1,5 @@ Name: mactelnet -Version: 0.6.0 +Version: 0.6.1 Release: 1%{?gitrev:.%{gitrev}git}%{?dist} Summary: Console tools for connecting to, and serving, devices using MikroTik RouterOS MAC-Telnet protocol. Epoch: 7 diff --git a/configure.ac b/configure.ac index 8f479b6..3623c38 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.71]) -AC_INIT([mactelnet],[0.6.0],[haakon.nessjoen@gmail.com]) +AC_INIT([mactelnet],[0.6.1],[haakon.nessjoen@gmail.com]) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_SRCDIR([src/mactelnet.c]) AC_CONFIG_HEADERS([src/config.h])