From 3dae56a59626cbf235afa847efbfbcc422d52055 Mon Sep 17 00:00:00 2001 From: Benjamin Dobell Date: Sun, 4 May 2014 02:53:57 +1000 Subject: Bumped version number to 1.4.1 --- heimdall/configure.ac | 2 +- heimdall/source/Interface.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'heimdall') diff --git a/heimdall/configure.ac b/heimdall/configure.ac index 4654730..8910a74 100644 --- a/heimdall/configure.ac +++ b/heimdall/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Heimdall], [1.4.0], [bug-report@glassechidna.com.au], [heimdall], [http://www.glassechidna.com.au/]) +AC_INIT([Heimdall], [1.4.1], [bug-report@glassechidna.com.au], [heimdall], [http://www.glassechidna.com.au/]) AC_PREREQ([2.59]) PKG_CHECK_MODULES([DEPS], [libusb-1.0 >= 1.0.8]) AC_CHECK_PROG(udevadminstalled, udevadm, "yes") diff --git a/heimdall/source/Interface.cpp b/heimdall/source/Interface.cpp index 910f346..b070dad 100644 --- a/heimdall/source/Interface.cpp +++ b/heimdall/source/Interface.cpp @@ -42,7 +42,7 @@ using namespace Heimdall; map actionMap; bool stdoutErrors = false; -const char *version = "v1.4.0"; +const char *version = "v1.4.1"; const char *actionUsage = "Usage: heimdall \n"; const char *releaseInfo = "Heimdall %s\n\n\ -- cgit v1.1