From 62e7557545c17462670b7741d74dd2db4f5612eb Mon Sep 17 00:00:00 2001 From: Robert Schumacher Date: Thu, 2 Feb 2017 18:45:51 -0800 Subject: [PATCH] [fmt] Bump version to 3.0.1-2 to correspond with binary output change in 4f5f52ff47 --- ports/fmt/CONTROL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/fmt/CONTROL b/ports/fmt/CONTROL index adcb2def4..ce2bfc4e0 100644 --- a/ports/fmt/CONTROL +++ b/ports/fmt/CONTROL @@ -1,3 +1,3 @@ Source: fmt -Version: 3.0.1-1 +Version: 3.0.1-2 Description: Formatting library for C++. It can be used as a safe alternative to printf or as a fast alternative to IOStreams.