From 8e1e4202edc33d34779c0008905ab63f6b155acb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Fonseca?= Date: Thu, 13 Nov 2014 23:16:21 +0000 Subject: [PATCH] Bump to version 0.6.4. I forgot to commit the 0.6.3 version bump... --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 03a2f2ea..d98fc5a3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ project (drmingw) set (CPACK_PACKAGE_VERSION_MAJOR "0") set (CPACK_PACKAGE_VERSION_MINOR "6") -set (CPACK_PACKAGE_VERSION_PATCH "2") +set (CPACK_PACKAGE_VERSION_PATCH "4") ##############################################################################