Skip to content

Commit

Permalink
Set already published version
Browse files Browse the repository at this point in the history
Commit 881e0ec was tagged as v1.10.8.
Represent that version in the program's version string.
  • Loading branch information
bgermann committed Apr 19, 2024
1 parent 8945195 commit fee4173
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lsar.m
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#import "CSJSONPrinter.h"
#import "CommandLineCommon.h"

#define VERSION_STRING @"v1.10.7"
#define VERSION_STRING @"v1.10.8"

#define EntryDoesNotNeedTestingResult 0
#define EntryIsNotSupportedResult 1
Expand Down
2 changes: 1 addition & 1 deletion unar.m
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#import "CommandLineCommon.h"
#import "CSFileHandle.h"

#define VERSION_STRING @"v1.10.7"
#define VERSION_STRING @"v1.10.8"

@interface Unarchiver:NSObject {}
@end
Expand Down

0 comments on commit fee4173

Please sign in to comment.