Bump version numbers

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

View File

@@ -1,5 +1,5 @@
pkgname=fantasize
pkgver=0.2.0
pkgver=0.3.0
pkgrel=1
pkgdesc='C++ fan control for Linux'
url='https://github.com/Tabascl/fantasize.git'

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;