[pkg-d-commits] [ldc] 71/149: Bump front-end version number
Matthias Klumpp
mak at moszumanska.debian.org
Sun Apr 23 22:36:59 UTC 2017
This is an automated email from the git hooks/post-receive script.
mak pushed a commit to annotated tag v1.2.0
in repository ldc.
commit 6db54a1b72979c41a932eaf019f9c4bc631dd44a
Author: Martin <noone at nowhere.com>
Date: Fri Feb 3 00:28:53 2017 +0100
Bump front-end version number
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1452330..b1030b0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -57,7 +57,7 @@ endfunction()
set(LDC_VERSION "1.2.0") # May be overridden by git hash tag
set(DMDFE_MAJOR_VERSION 2)
set(DMDFE_MINOR_VERSION 0)
-set(DMDFE_PATCH_VERSION 71)
+set(DMDFE_PATCH_VERSION 72)
set(DMDFE_FIX_LEVEL 2) # Comment out if not used
set(DMD_VERSION ${DMDFE_MAJOR_VERSION}.${DMDFE_MINOR_VERSION}${DMDFE_PATCH_VERSION})
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-d/ldc.git
More information about the pkg-d-commits
mailing list