Skip to content

Commit

Permalink
Release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haakonnessjoen committed Apr 7, 2024
1 parent 50bc18e commit 1f6f430
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ case "$OSTYPE" in
darwin*)
LDFLAGS=${LDFLAGS=-lintl}
export LDFLAGS
echo "MACOS"
;;
linux*)
echo "LINUX"
Expand Down
2 changes: 1 addition & 1 deletion config/mactelnet.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: mactelnet
Version: 0.4.4
Version: 0.5.0
Release: 1%{?gitrev:.%{gitrev}git}%{?dist}
Summary: Console tools for connecting to, and serving, devices using MikroTik RouterOS MAC-Telnet protocol.
Epoch: 7
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.71])
AC_INIT([mactelnet],[1.0.0],[[email protected]])
AC_INIT([mactelnet],[0.5.0],[[email protected]])
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_SRCDIR([src/mactelnet.c])
AC_CONFIG_HEADERS([src/config.h])
Expand Down

0 comments on commit 1f6f430

Please sign in to comment.