From 40d765c73aa64de2fcf8503886f27c8da7b7d3d9 Mon Sep 17 00:00:00 2001 From: Klaas Freitag Date: Thu, 26 Jun 2014 16:09:21 +0200 Subject: Remove version suffix, final release 1.6.1 --- VERSION.cmake | 2 +- doc/ocdoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION.cmake b/VERSION.cmake index 1427e65f0..6be5d277e 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -4,7 +4,7 @@ set( MIRALL_VERSION_PATCH 1 ) set( MIRALL_SOVERSION 0 ) if ( NOT DEFINED MIRALL_VERSION_SUFFIX ) - set( MIRALL_VERSION_SUFFIX "rc1") #e.g. beta1, beta2, rc1 + set( MIRALL_VERSION_SUFFIX "") #e.g. beta1, beta2, rc1 endif( NOT DEFINED MIRALL_VERSION_SUFFIX ) if( NOT DEFINED MIRALL_VERSION_BUILD ) diff --git a/doc/ocdoc b/doc/ocdoc index c612df399..2c3e584b2 160000 --- a/doc/ocdoc +++ b/doc/ocdoc @@ -1 +1 @@ -Subproject commit c612df399e3c775a2f9db1dc5e39d25920ab467b +Subproject commit 2c3e584b2356dc4324e6e0720b7aa908aaa480a3 -- cgit v1.2.3