Skip to content

Commit

Permalink
Update to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ADRFranklin committed Dec 12, 2019
1 parent fbeed3f commit 2e6d87c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.10)
project(SKY)

set(PLUGIN_VERSION "2.0.0")
set(PLUGIN_VERSION "2.1.1")
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${PROJECT_SOURCE_DIR}/builds)
set(CMAKE_INSTALL_PREFIX ${PROJECT_SOURCE_DIR}/builds)

Expand Down
2 changes: 1 addition & 1 deletion src/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ extern logprintf_t logprintf;
#endif

#define PROJECT_NAME "SKY"
#define PROJECT_VERSION "2.1.0"
#define PROJECT_VERSION "2.1.1"

0 comments on commit 2e6d87c

Please sign in to comment.