From aeb4c0ea777413874e3c84b7159f45f9a6d012b2 Mon Sep 17 00:00:00 2001 From: Ashley Yakeley <ashley@semantic.org> Date: Mon, 21 Jun 2010 20:58:47 -0700 Subject: [PATCH] version 1.2.0.3 is more appropriate than 1.2.1. Ignore-this: 9f96c2b5545fc859d43ae3bb1284860a darcs-hash:20100622035847-ac6dd-e660685ec54477b1d73da5e537b1fe36c632a584 --- configure.ac | 2 +- time.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 9b071fd..b04e8cd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Haskell time package], [1.2.1], [ashley@semantic.org], [time]) +AC_INIT([Haskell time package], [1.2.0.3], [ashley@semantic.org], [time]) # Safety check: Ensure that we are in the correct source directory. AC_CONFIG_SRCDIR([include/HsTime.h]) diff --git a/time.cabal b/time.cabal index fff80ca..3f88c02 100644 --- a/time.cabal +++ b/time.cabal @@ -1,5 +1,5 @@ name: time -version: 1.2.1 +version: 1.2.0.3 stability: stable license: BSD3 license-file: LICENSE -- GitLab