Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Commit

Permalink
Upgrage v1.1.1 with Ubuntu14.04 supported
Browse files Browse the repository at this point in the history
  • Loading branch information
forno committed Oct 30, 2016
1 parent 47637eb commit e2d6bac
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 @@ -3,7 +3,7 @@ project(ics3 CXX)

SET(PROJECT_VER_MAJOR 1)
SET(PROJECT_VER_MINOR 1)
SET(PROJECT_VER_PATCH 0)
SET(PROJECT_VER_PATCH 1)
SET(PROJECT_VER "${PROJECT_VER_MAJOR}.${PROJECT_VER_MINOR}.${PROJECT_VER_PATCH}")
SET(PROJECT_APIVER "${PROJECT_VER_MAJOR}.${PROJECT_VER_MINOR}")

Expand Down

0 comments on commit e2d6bac

Please sign in to comment.