diff options
author | yzrh <yzrh@noema.org> | 2022-12-29 21:10:03 +0000 |
---|---|---|
committer | yzrh <yzrh@noema.org> | 2022-12-29 21:10:03 +0000 |
commit | 1ce3f89574fa7256ab019eefc96a7362165cca52 (patch) | |
tree | 5c208b34f81916b91ec60809a905c53a0a3654f9 /src/version.h | |
parent | 5a1afb00567aeacca9ead58f5383c3f502317a69 (diff) | |
download | melon-1ce3f89574fa7256ab019eefc96a7362165cca52.tar.gz melon-1ce3f89574fa7256ab019eefc96a7362165cca52.tar.zst |
Handle combination of text and image in page content.
Signed-off-by: yzrh <yzrh@noema.org>
Diffstat (limited to 'src/version.h')
-rw-r--r-- | src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.h b/src/version.h index db25a27..08b70ea 100644 --- a/src/version.h +++ b/src/version.h @@ -6,5 +6,5 @@ #define VERSION "0" #define RELEASE "2" -#define PATCH "2" +#define PATCH "3" #define EXTRA "" |