Skip to content

Commit

Permalink
version number bumped to 2.0 due to incompatible catalog file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Bauer committed May 10, 2014
1 parent d367db4 commit 570d00e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PSXImager V1.2
PSXImager V2.0
==============

PSXImager is a collection of tools for dumping and (pre-)mastering
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dnl Information on the package.
AC_PREREQ(2.69)
AC_INIT([PSXImager], [1.2], [[email protected]], [psximager])
AC_INIT([PSXImager], [2.0], [[email protected]], [psximager])
AC_CONFIG_SRCDIR([src/psxrip.cpp])
AM_INIT_AUTOMAKE([1.12 foreign])

Expand Down
2 changes: 1 addition & 1 deletion src/psxbuild.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ using boost::format;
using namespace std;


#define TOOL_VERSION "PSXBuild 1.2"
#define TOOL_VERSION "PSXBuild 2.0"


struct FileNode;
Expand Down
4 changes: 2 additions & 2 deletions src/psxinject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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...] <input>[.cue/bin] <repl_file_path> <new_file>" << endl;
cout << "Usage: " << boost::filesystem::path(progname).filename().native() << " [OPTION...] <input>[.bin/cue] <repl_file_path> <new_file>" << endl;
cout << " -v, --verbose Be verbose" << endl;
cout << " -V, --version Display version information and exit" << endl;
cout << " -?, --help Show this help message" << endl;
Expand Down
2 changes: 1 addition & 1 deletion src/psxrip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ using boost::format;
using namespace std;


#define TOOL_VERSION "PSXRip 1.2"
#define TOOL_VERSION "PSXRip 2.0"


// Sector buffer
Expand Down

0 comments on commit 570d00e

Please sign in to comment.