From 627840064aff13276ac866d6ce20423421bbe97d Mon Sep 17 00:00:00 2001 From: kitswas <90329875+kitswas@users.noreply.github.com> Date: Sun, 8 Dec 2024 19:53:49 +0530 Subject: [PATCH] Prepare for release v0.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 54dedb1..b3cc55b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.10) -project("Virtual Gamepad PC" VERSION 0.1 LANGUAGES CXX C) +project("Virtual Gamepad PC" VERSION 0.2 LANGUAGES CXX C) set(CMAKE_AUTOUIC ON) set(CMAKE_AUTOMOC ON)