Skip to content

Commit

Permalink
Prepare for V2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cebix committed Aug 15, 2024
1 parent aff2c39 commit e4a0df8
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
V2.2 (2024-08-15)
- Fixed compilation problems under Windows
- Removed dependency on Boost

V2.1 (2024-08-08)
- Adapted to libcdio/libiso9660 2.x, which are now the required versions

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.1
PSXImager V2.2
==============

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.1], [cb@cebix.net], [psximager])
AC_INIT([PSXImager], [2.2], [cb@cebix.net], [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 @@ extern "C" {
namespace fs = std::filesystem;
using namespace std;

#define TOOL_VERSION "PSXBuild 2.1"
#define TOOL_VERSION "PSXBuild 2.2"


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 @@ namespace fs = std::filesystem;
using namespace std;


#define TOOL_VERSION "PSXInject 2.1"
#define TOOL_VERSION "PSXInject 2.2"


// 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 @@ -44,7 +44,7 @@ namespace fs = std::filesystem;
using namespace std;


#define TOOL_VERSION "PSXRip 2.1"
#define TOOL_VERSION "PSXRip 2.2"


// Sector buffer
Expand Down

0 comments on commit e4a0df8

Please sign in to comment.