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.2
Browse files Browse the repository at this point in the history
Updated version number to 1.0.2.
  • Loading branch information
litcoder committed Jan 7, 2019
1 parent 73b7fc7 commit 8dcedcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.12)
PROJECT("earlyapp")
SET(PROJECT_VERSION_MAJOR 1)
SET(PROJECT_VERSION_MINOR 0)
SET(PROJECT_VERSION_PATCH 1)
SET(PROJECT_VERSION_PATCH 2)

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

0 comments on commit 8dcedcd

Please sign in to comment.