From 1277555811db89c3fc9f82cb070f3d3e348d8488 Mon Sep 17 00:00:00 2001 From: mbays Date: Sun, 21 Apr 2024 00:00:00 +0000 Subject: [PATCH] bump 0.1.14.7 --- Makefile | 2 +- Version.hs | 2 +- diohsc.cabal | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 8badfb1..60d20eb 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.1.14.6 +VERSION=0.1.14.7 GHCOPTS=-threaded -DICONV -DMAGIC -ignore-package regex-compat-tdfa diff --git a/Version.hs b/Version.hs index 97ed2a5..8cc0938 100644 --- a/Version.hs +++ b/Version.hs @@ -16,4 +16,4 @@ programName :: String programName = "diohsc" version :: String -version = "0.1.14.6" +version = "0.1.14.7" diff --git a/diohsc.cabal b/diohsc.cabal index b9115af..9c7c261 100644 --- a/diohsc.cabal +++ b/diohsc.cabal @@ -1,6 +1,6 @@ cabal-version: 1.18 name: diohsc -version: 0.1.14.6 +version: 0.1.14.7 license: GPL-3 license-file: COPYING maintainer: mbays@sdf.org -- 2.11.4.GIT