Skip to content

Commit

Permalink
mark this 1.3.0.git
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed Aug 5, 2024
1 parent b300620 commit 0bdefcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demumble.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include "llvm/Demangle/Demangle.h"
#include "swift/Demangling/Demangle.h"

const char kDemumbleVersion[] = "1.2.3.git";
const char kDemumbleVersion[] = "1.3.0.git";

static int print_help(FILE* out) {
fprintf(out,
Expand Down

0 comments on commit 0bdefcd

Please sign in to comment.