Skip to content

Commit

Permalink
going to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rlancaste committed Jun 28, 2019
1 parent 4897982 commit 296f048
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ project(INDIWebManagerApp)
# Timestamp build
string(TIMESTAMP INDI_WEB_MANAGER_APP_BUILD_TS UTC)

# INDI Web Manager App Version 0.9
set (INDIWebManagerApp_VERSION_MAJOR 0)
set (INDIWebManagerApp_VERSION_MINOR 9)
# INDI Web Manager App Version 1.0
set (INDIWebManagerApp_VERSION_MAJOR 1)
set (INDIWebManagerApp_VERSION_MINOR 0)

configure_file(
${CMAKE_CURRENT_SOURCE_DIR}/src/version.h.cmake
Expand Down

0 comments on commit 296f048

Please sign in to comment.