From 6a0793c2641972c19d427eb95bc06868d033ee78 Mon Sep 17 00:00:00 2001 From: Porama Ignoi Ruengrairatanaroj Date: Mon, 22 Nov 2021 18:09:04 +0700 Subject: [PATCH] Increment version number. --- CMakeLists.txt | 2 +- vcpkg.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1b1ed23..b2757ed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,7 +33,7 @@ set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$:Debug>" CACHE STR project( YASTM - VERSION 1.7.0 + VERSION 1.7.3 LANGUAGES CXX ) diff --git a/vcpkg.json b/vcpkg.json index 12fcb2d..8b59b34 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "yastm", - "version-string": "1.7.0", + "version-string": "1.7.3", "description": "Yet Another Soul Trap Manager for Skyrim Special Edition", "homepage": "https://github.com/Seally/yastm", "license": "MIT",