Skip to content

Commit

Permalink
Improved version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
gu1729 committed Dec 23, 2020
1 parent 55e00c9 commit 4fd2ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdbdump/pdbdump/pdbdump.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

#define VERSION L"1.0"
#define VERSION L"1.0.0"

#define FATAL(fmt, ...) \
wprintf(L"ERROR: " L##fmt L"\n", __VA_ARGS__); \
Expand Down

0 comments on commit 4fd2ca5

Please sign in to comment.