From 911e00c4347175c8f952021a8c24b2fd1fdff9b0 Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Tue, 5 Jun 2012 10:27:35 +0200 Subject: [PATCH] Bump druntime/Phobos version to 2.059. --- runtime/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/CMakeLists.txt b/runtime/CMakeLists.txt index 1efd4758..823307ad 100644 --- a/runtime/CMakeLists.txt +++ b/runtime/CMakeLists.txt @@ -15,7 +15,7 @@ else() endif() set(DMDFE_MINOR_VERSION 0) -set(DMDFE_PATCH_VERSION 58) +set(DMDFE_PATCH_VERSION 59) set(DMDFE_VERSION ${D_VERSION}.${DMDFE_MINOR_VERSION}.${DMDFE_PATCH_VERSION}) set(MULTILIB OFF CACHE BOOL "Build both 64-bit and 32-bit libraries")