[commit: packages/time] master, wip/travis: set version to 1.2.1 (5c06110)
git at git.haskell.org
git at git.haskell.org
Sat May 7 06:46:54 UTC 2016
Repository : ssh://git@git.haskell.org/time
On branches: master,wip/travis
Link : http://git.haskell.org/packages/time.git/commitdiff/5c06110cf659ea939b3cf1649224ef461e66330f
>---------------------------------------------------------------
commit 5c06110cf659ea939b3cf1649224ef461e66330f
Author: Ashley Yakeley <ashley at semantic.org>
Date: Mon Jun 21 01:35:26 2010 -0700
set version to 1.2.1
Ignore-this: 91693f57fdce225a96d5464e6b2fea8
darcs-hash:20100621083526-ac6dd-f26575ae0f18ee7643bcd4db109d27b10d87657a
>---------------------------------------------------------------
5c06110cf659ea939b3cf1649224ef461e66330f
configure.ac | 2 +-
time.cabal | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 885bb01..9b071fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([Haskell time package], [1.1.2.3], [ashley at semantic.org], [time])
+AC_INIT([Haskell time package], [1.2.1], [ashley at 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 5db8d82..fff80ca 100644
--- a/time.cabal
+++ b/time.cabal
@@ -1,5 +1,5 @@
name: time
-version: 1.2.0.2
+version: 1.2.1
stability: stable
license: BSD3
license-file: LICENSE
More information about the ghc-commits
mailing list