Bump version numbers

This commit is contained in:
Tabascl
2024-07-07 23:52:03 +02:00
parent 78b2a62643
commit 8ff1d8be9d
3 changed files with 3 additions and 3 deletions

View File

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

View File

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