Skip to content

Commit

Permalink
Updates version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FiniteSingularity committed Aug 27, 2024
1 parent a363c3a commit 54e645d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ endfunction()

#

project(obs-quick-access-utility VERSION 0.0.2)
project(obs-quick-access-utility VERSION 1.0.0)

message(STATUS "CMAKE_PROJECT_NAME is ${CMAKE_PROJECT_NAME}")
if(${CMAKE_PROJECT_NAME} STREQUAL "obs-studio")
Expand Down
2 changes: 1 addition & 1 deletion buildspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"name": "obs-quick-access-utility",
"displayName": "Quick Access Utility",
"version": "0.0.2",
"version": "1.0.0",
"author": "FiniteSingularity",
"website": "https://github.com/finitesingularity",
"email": "[email protected]",
Expand Down
6 changes: 3 additions & 3 deletions src/version.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#pragma once

#define PROJECT_NAME "Quick Access Utility"
#define PROJECT_VERSION "0.0.2"
#define PROJECT_VERSION_MAJOR 0
#define PROJECT_VERSION "1.0.0"
#define PROJECT_VERSION_MAJOR 1
#define PROJECT_VERSION_MINOR 0
#define PROJECT_VERSION_PATCH 2
#define PROJECT_VERSION_PATCH 0

#define blog(level, msg, ...) \
blog(level, "[" PROJECT_NAME "] " msg, ##__VA_ARGS__)

0 comments on commit 54e645d

Please sign in to comment.