diff options
author | yzrh <yzrh@noema.org> | 2023-01-01 21:26:44 +0000 |
---|---|---|
committer | yzrh <yzrh@noema.org> | 2023-01-01 21:26:44 +0000 |
commit | 000405693ead8ef950558b15de576e36e184b680 (patch) | |
tree | 01115cc0645a0e0d1dd1d2d6f94aa5bf790b377e /src/version.h | |
parent | d6fa934b5f1a418ea4821a6562773b9ff1aaf6e8 (diff) | |
download | melon-000405693ead8ef950558b15de576e36e184b680.tar.gz melon-000405693ead8ef950558b15de576e36e184b680.tar.zst |
Update CHANGE.
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 53be5ba..46eeb34 100644 --- a/src/version.h +++ b/src/version.h @@ -1,10 +1,10 @@ /* - * Copyright (c) 2020-2022, yzrh <yzrh@noema.org> + * Copyright (c) 2020-2023, yzrh <yzrh@noema.org> * * SPDX-License-Identifier: Apache-2.0 */ #define VERSION "0" #define RELEASE "2" -#define PATCH "4" +#define PATCH "5" #define EXTRA "" |