From 16bf9d593332c0a539a2aef2eeae9323e6a45a4d Mon Sep 17 00:00:00 2001 From: Adam Radziszewski <adam.radziszewski@pwr.wroc.pl> Date: Wed, 4 Jan 2012 14:14:23 +0100 Subject: [PATCH] advance version (SWIG fixes: typed wcclfile sections) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ec1f390..02dd902 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8.0) set(wccl_ver_major "0") set(wccl_ver_minor "1") -set(wccl_ver_patch "4") +set(wccl_ver_patch "5") set(LIBWCCL_VERSION "${wccl_ver_major}.${wccl_ver_minor}.${wccl_ver_patch}") -- GitLab