Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
litcoder committed Dec 21, 2018
1 parent 3baf22d commit e1b18b7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

#
# Copyright (C) 2018 Intel Corporation
#
Expand Down Expand Up @@ -27,9 +26,9 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.12)

# Project name and version
PROJECT("earlyapp")
SET(PROJECT_VERSION_MAJOR 0)
SET(PROJECT_VERSION_MINOR 9)
SET(PROJECT_VERSION_PATCH 16)
SET(PROJECT_VERSION_MAJOR 1)
SET(PROJECT_VERSION_MINOR 0)
SET(PROJECT_VERSION_PATCH 0)

# Version file.
CONFIGURE_FILE("version.h.in" ${CMAKE_BINARY_DIR}/include/EAVersion.h)
Expand Down

0 comments on commit e1b18b7

Please sign in to comment.