Bump version

This commit is contained in:
2023-07-24 13:58:12 +02:00
parent ff72f8d2ea
commit d1649b7de1
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
project('fantasize', 'cpp', version : '0.2.0', default_options : ['cpp_std=c++20']) project('fantasize', 'cpp', version : '0.2.1', default_options : ['cpp_std=c++20'])
src = [ src = [
'src/main.cxx', 'src/main.cxx',

View File

@@ -20,7 +20,7 @@
#include <App.h> #include <App.h>
#define PROJECT_VERSION "v0.2.0" #define PROJECT_VERSION "v0.2.1"
namespace po = boost::program_options; namespace po = boost::program_options;
namespace logging = boost::log; namespace logging = boost::log;