Skip to content

Commit

Permalink
Prepare for V2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Bauer committed Aug 8, 2024
1 parent 9c32ba2 commit c5cc459
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
V2.1 (2024-08-08)
- Adapted to libcdio/libiso9660 2.x, which are now the required versions

V2.0 (2014-05-10)
- The syntax of catalog files has changed slightly:
- File and directory names are no longer enclosed in [] brackets.
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PSXImager V2.0
PSXImager V2.1
==============

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], [2.0], [[email protected]], [psximager])
AC_INIT([PSXImager], [2.1], [[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 2.0"
#define TOOL_VERSION "PSXBuild 2.1"


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


#define TOOL_VERSION "PSXInject 2.0"
#define TOOL_VERSION "PSXInject 2.1"


// Print usage information and exit.
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 2.0"
#define TOOL_VERSION "PSXRip 2.1"


// Sector buffer
Expand Down

0 comments on commit c5cc459

Please sign in to comment.