Bump version numbers
This commit is contained in:
2
PKGBUILD
2
PKGBUILD
@@ -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'
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user