Skip to content

Commit d9c1d0c

Browse files
adjusted version number according to changelog
1 parent 2ce626c commit d9c1d0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ cmake_minimum_required (VERSION 2.8.9)
2727

2828
# Version number
2929
set (EMBB_BASE_VERSION_MAJOR 0)
30-
set (EMBB_BASE_VERSION_MINOR 3)
31-
set (EMBB_BASE_VERSION_PATCH 0)
30+
set (EMBB_BASE_VERSION_MINOR 2)
31+
set (EMBB_BASE_VERSION_PATCH 2)
3232

3333
if(NOT CMAKE_BUILD_TYPE)
3434
set(CMAKE_BUILD_TYPE "Release" CACHE STRING

0 commit comments

Comments
 (0)