diff options
author | Papoteur <papoteur@mageia.org> | 2024-10-01 09:04:07 +0200 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2024-10-01 09:04:07 +0200 |
commit | a2c92cd644752a00d2f1dde84f9815c59406c02a (patch) | |
tree | fce6c5d1267654569ad1a8d8adb16db37a13bff8 | |
parent | dd87bce2f7a76d2c482d8d3b2857747189dde4f7 (diff) | |
download | isodumper-1.56.tar isodumper-1.56.tar.gz isodumper-1.56.tar.bz2 isodumper-1.56.tar.xz isodumper-1.56.zip |
1.561.56
-rw-r--r-- | CHANGELOG | 4 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@ The modifications are: +IsoDumper 1.56 +-------------- + - refactor signature checking + IsoDumper 1.55 -------------- - Fix translations typo @@ -13,7 +13,7 @@ # Author isodumper software= papoteur <papoteur@mageialinux-online.org> # Author Makefile file= Geiger David <david.david@mageialinux-online.org> -VERSION = 1.55 +VERSION = 1.56 PREFIX=/usr BINDIR=$(PREFIX)/bin SBINDIR=$(PREFIX)/sbin |