Skip to content

Commit

Permalink
Bump version to 1.0.0 (#54)
Browse files Browse the repository at this point in the history
* bump version to 1.0.0

* update version description strings

* update osconfig project name
  • Loading branch information
robertschaedler3 authored Dec 17, 2021
1 parent aa7c99b commit 028522a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ cmake_minimum_required(VERSION 3.2)

project(osconfig)

set(MAJOR_VERSION "0" CACHE STRING "Major version to use")
set(MINOR_VERSION "4" CACHE STRING "Minor version to use")
set(PATCH_VERSION "1" CACHE STRING "Patch version to use")
set(MAJOR_VERSION "1" CACHE STRING "Major version")
set(MINOR_VERSION "0" CACHE STRING "Minor version")
set(PATCH_VERSION "0" CACHE STRING "Patch version")

option(BUILD_AGENTS "Build OSConfig PnP Agent" ON)
option(BUILD_MODULES "Build OSConfig Modules" ON)
Expand Down Expand Up @@ -62,7 +62,7 @@ string(TIMESTAMP _timestamp "%Y%m%d")
set(CMAKE_PROJECT_VERSION_TWEAK "${_timestamp}")

set(OsConfigProjectName "osconfig")
set(OsConfigProjectLongName "Microsoft Azure Device OS Configuration Agent")
set(OsConfigProjectLongName "Azure OSConfig")
set(OsConfigProjectVendor "Microsoft")
set(OsConfigProjectEmail "[email protected]")
set(OsConfigHashAlgorithm "SHA256")
Expand Down

0 comments on commit 028522a

Please sign in to comment.