From 8c6b20a487b36a7fa9679d55a1375d20f72a0b92 Mon Sep 17 00:00:00 2001 From: Benjamin Dobell Date: Thu, 24 Jan 2013 00:51:32 +1100 Subject: - Incrementing to 1.4 RC2. - Fixed Release xcopy command that was referring to libusb instead of libusbx. --- heimdall/heimdall.vcxproj | 2 +- heimdall/source/Interface.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/heimdall/heimdall.vcxproj b/heimdall/heimdall.vcxproj index c1e1d7d..790b909 100644 --- a/heimdall/heimdall.vcxproj +++ b/heimdall/heimdall.vcxproj @@ -98,7 +98,7 @@ $(SolutionDir)libusbx-1.0\lib\$(Platform)\Release\;$(SolutionDir)$(Platform)\$(Configuration)\lib\ - xcopy /y $(SolutionDir)libusb-1.0\lib\$(Platform)\$(Configuration)\libusb-1.0.dll $(SolutionDir)$(Platform)\$(Configuration)\ + xcopy /y $(SolutionDir)libusbx-1.0\lib\$(Platform)\$(Configuration)\libusb-1.0.dll $(SolutionDir)$(Platform)\$(Configuration)\ diff --git a/heimdall/source/Interface.cpp b/heimdall/source/Interface.cpp index bbe1472..ec66480 100644 --- a/heimdall/source/Interface.cpp +++ b/heimdall/source/Interface.cpp @@ -43,7 +43,7 @@ using namespace Heimdall; map actionMap; bool stdoutErrors = false; -const char *version = "v1.4 RC1"; +const char *version = "v1.4 RC2"; const char *actionUsage = "Usage: heimdall \n"; const char *releaseInfo = "Heimdall %s\n\n\ -- cgit v1.1