Skip to content

Commit e4a0df8

Browse files
committed
Prepare for V2.2 release
1 parent aff2c39 commit e4a0df8

6 files changed

Lines changed: 9 additions & 5 deletions

File tree

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
V2.2 (2024-08-15)
2+
- Fixed compilation problems under Windows
3+
- Removed dependency on Boost
4+
15
V2.1 (2024-08-08)
26
- Adapted to libcdio/libiso9660 2.x, which are now the required versions
37

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PSXImager V2.1
1+
PSXImager V2.2
22
==============
33

44
PSXImager is a collection of tools for dumping and (pre-)mastering

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dnl Information on the package.
22
AC_PREREQ(2.69)
3-
AC_INIT([PSXImager], [2.1], [cb@cebix.net], [psximager])
3+
AC_INIT([PSXImager], [2.2], [cb@cebix.net], [psximager])
44
AC_CONFIG_SRCDIR([src/psxrip.cpp])
55
AM_INIT_AUTOMAKE([1.12 foreign])
66

src/psxbuild.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ extern "C" {
4949
namespace fs = std::filesystem;
5050
using namespace std;
5151

52-
#define TOOL_VERSION "PSXBuild 2.1"
52+
#define TOOL_VERSION "PSXBuild 2.2"
5353

5454

5555
struct FileNode;

src/psxinject.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ namespace fs = std::filesystem;
4242
using namespace std;
4343

4444

45-
#define TOOL_VERSION "PSXInject 2.1"
45+
#define TOOL_VERSION "PSXInject 2.2"
4646

4747

4848
// Print usage information and exit.

src/psxrip.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ namespace fs = std::filesystem;
4444
using namespace std;
4545

4646

47-
#define TOOL_VERSION "PSXRip 2.1"
47+
#define TOOL_VERSION "PSXRip 2.2"
4848

4949

5050
// Sector buffer

0 commit comments

Comments
 (0)