From a4ff3b4b3b3ce010bf619495551f9954882f6cf6 Mon Sep 17 00:00:00 2001 From: Jiayi Zhao Date: Tue, 9 Jan 2018 09:44:00 -0500 Subject: [PATCH] version bump 0.7.0 --- meson.build | 2 +- src/ruiji.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index e60e341..7f6ad8c 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project( 'c', license: 'LGPL3', meson_version: '>=0.41.2', - version: '0.6.0', + version: '0.7.0', default_options: ['c_std=c99', 'warning_level=2'], ) diff --git a/src/ruiji.c b/src/ruiji.c index bf0c2a7..53078e0 100644 --- a/src/ruiji.c +++ b/src/ruiji.c @@ -6,7 +6,7 @@ #include "parser.h" -#define VERSION "0.6" +#define VERSION "0.7.0" #define IQDB_URL "https://iqdb.org" #define IQDB_UPLOAD_FIELD "file"