diff options
author | yzrh <yzrh@noema.org> | 2023-01-05 19:13:37 +0000 |
---|---|---|
committer | yzrh <yzrh@noema.org> | 2023-01-05 19:15:01 +0000 |
commit | 123d62141cce0cbeb2ae6eb80b669af7db1c8c72 (patch) | |
tree | 09094e1d3ca23ee96b842f6a697b87eb1497d61b /src/version.h | |
parent | 283446dba5ce6e1a61b46377999a45f0b85a6937 (diff) | |
download | melon-123d62141cce0cbeb2ae6eb80b669af7db1c8c72.tar.gz melon-123d62141cce0cbeb2ae6eb80b669af7db1c8c72.tar.zst |
Add document information dictionary to output.
Signed-off-by: yzrh <yzrh@noema.org>
Diffstat (limited to 'src/version.h')
-rw-r--r-- | src/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/version.h b/src/version.h index 46eeb34..c3ff314 100644 --- a/src/version.h +++ b/src/version.h @@ -5,6 +5,6 @@ */ #define VERSION "0" -#define RELEASE "2" -#define PATCH "5" +#define RELEASE "3" +#define PATCH "0" #define EXTRA "" |