diff options
Diffstat (limited to 'heimdall')
-rw-r--r-- | heimdall/configure.ac | 2 | ||||
-rw-r--r-- | heimdall/source/Interface.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
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<string, Interface::ActionInfo> actionMap; bool stdoutErrors = false; -const char *version = "v1.4.0"; +const char *version = "v1.4.1"; const char *actionUsage = "Usage: heimdall <action> <action arguments>\n"; const char *releaseInfo = "Heimdall %s\n\n\ |