From ea98777478b79aac34b2d9aa0b1d9ec799cc4ac0 Mon Sep 17 00:00:00 2001 From: Cody Garver Date: Wed, 7 Nov 2018 13:18:54 -0600 Subject: [PATCH] Release 5.2.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cd87ce798..5bdf789ef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ cmake_policy (VERSION 2.8) project (granite C) set (PKG_NAME ${CMAKE_PROJECT_NAME}) -set (PKG_VERSION 5.2.0) +set (PKG_VERSION 5.2.1) set (API_VERSION 1.0) # Used to create GObject introspection files