Skip to content

Commit fee4173

Browse files
committed
Set already published version
Commit 881e0ec was tagged as v1.10.8. Represent that version in the program's version string.
1 parent 8945195 commit fee4173

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lsar.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#import "CSJSONPrinter.h"
2626
#import "CommandLineCommon.h"
2727

28-
#define VERSION_STRING @"v1.10.7"
28+
#define VERSION_STRING @"v1.10.8"
2929

3030
#define EntryDoesNotNeedTestingResult 0
3131
#define EntryIsNotSupportedResult 1

unar.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#import "CommandLineCommon.h"
2525
#import "CSFileHandle.h"
2626

27-
#define VERSION_STRING @"v1.10.7"
27+
#define VERSION_STRING @"v1.10.8"
2828

2929
@interface Unarchiver:NSObject {}
3030
@end

0 commit comments

Comments
 (0)