diff --git a/README b/README
index 1cb65ad..ec5abea 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-PSXImager V1.2
+PSXImager V2.0
==============
PSXImager is a collection of tools for dumping and (pre-)mastering
diff --git a/configure.ac b/configure.ac
index fe10325..0207a21 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl Information on the package.
AC_PREREQ(2.69)
-AC_INIT([PSXImager], [1.2], [cb@cebix.net], [psximager])
+AC_INIT([PSXImager], [2.0], [cb@cebix.net], [psximager])
AC_CONFIG_SRCDIR([src/psxrip.cpp])
AM_INIT_AUTOMAKE([1.12 foreign])
diff --git a/src/psxbuild.cpp b/src/psxbuild.cpp
index 2648ac3..8253269 100644
--- a/src/psxbuild.cpp
+++ b/src/psxbuild.cpp
@@ -49,7 +49,7 @@ using boost::format;
using namespace std;
-#define TOOL_VERSION "PSXBuild 1.2"
+#define TOOL_VERSION "PSXBuild 2.0"
struct FileNode;
diff --git a/src/psxinject.cpp b/src/psxinject.cpp
index ab2fe64..9678394 100644
--- a/src/psxinject.cpp
+++ b/src/psxinject.cpp
@@ -42,13 +42,13 @@ using boost::format;
using namespace std;
-#define TOOL_VERSION "PSXInject 1.2"
+#define TOOL_VERSION "PSXInject 2.0"
// Print usage information and exit.
static void usage(const char * progname, int exitcode = 0, const string & error = "")
{
- cout << "Usage: " << boost::filesystem::path(progname).filename().native() << " [OPTION...] [.cue/bin] " << endl;
+ cout << "Usage: " << boost::filesystem::path(progname).filename().native() << " [OPTION...] [.bin/cue] " << endl;
cout << " -v, --verbose Be verbose" << endl;
cout << " -V, --version Display version information and exit" << endl;
cout << " -?, --help Show this help message" << endl;
diff --git a/src/psxrip.cpp b/src/psxrip.cpp
index e8af8b4..6f9c3be 100644
--- a/src/psxrip.cpp
+++ b/src/psxrip.cpp
@@ -43,7 +43,7 @@ using boost::format;
using namespace std;
-#define TOOL_VERSION "PSXRip 1.2"
+#define TOOL_VERSION "PSXRip 2.0"
// Sector buffer