mirror of
https://github.com/obsqrbtz/clrsync.git
synced 2026-04-08 20:19:04 +03:00
Merge branch 'master' into dev
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Maintainer: Daniel Dada <dan@binarygoose.dev>
|
||||
pkgname=clrsync
|
||||
pkgver=0.1.6
|
||||
pkgver=0.1.7
|
||||
pkgrel=1
|
||||
pkgdesc="Color scheme manager"
|
||||
arch=('x86_64')
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
cmake_minimum_required(VERSION 3.25)
|
||||
project(clrsync VERSION 0.1.6 LANGUAGES CXX)
|
||||
project(clrsync VERSION 0.1.7 LANGUAGES CXX)
|
||||
|
||||
include(GNUInstallDirs)
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
namespace clrsync::core
|
||||
{
|
||||
|
||||
const std::string GIT_SEMVER = "0.1.6+git.g2d65383";
|
||||
const std::string GIT_SEMVER = "0.1.6+git.gece7c84";
|
||||
|
||||
const std::string version_string();
|
||||
} // namespace clrsync::core
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#ifdef __WIN32
|
||||
#ifdef _WIN32
|
||||
#include "core/config/config.hpp"
|
||||
#include "gui/platform/font_loader.hpp"
|
||||
#include "imgui_internal.h"
|
||||
|
||||
Reference in New Issue
Block a user