[commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: version 1.1 (28d5ef3)

git at git.haskell.org git at git.haskell.org
Mon Feb 20 21:12:15 UTC 2017


Repository : ssh://git@git.haskell.org/time

On branches: format-widths,improve-leapseconds,master,posix-perf,tasty,wip/travis
Link       : http://git.haskell.org/packages/time.git/commitdiff/28d5ef3d018b1650652d25d6be07e5b3749dc6b3

>---------------------------------------------------------------

commit 28d5ef3d018b1650652d25d6be07e5b3749dc6b3
Author: Ashley Yakeley <ashley at semantic.org>
Date:   Mon Feb 19 17:52:51 2007 -0800

    version 1.1
    
    darcs-hash:20070220015251-ac6dd-223729392751ba0ef63dda315df9cd5263dbadc4


>---------------------------------------------------------------

28d5ef3d018b1650652d25d6be07e5b3749dc6b3
 Makefile     | 2 +-
 configure.ac | 2 +-
 time.cabal   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 76ea560..9fca5cd 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ ALL_DIRS = \
 	Data/Time/LocalTime
 
 PACKAGE = time
-VERSION = 1.0
+VERSION = 1.1
 PACKAGE_DEPS = base
 
 SRC_HC_OPTS += -Wall -Werror -fffi -Iinclude
diff --git a/configure.ac b/configure.ac
index f2e4186..5778502 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([Haskell time package], [0.3.1], [ashley at semantic.org], [time])
+AC_INIT([Haskell time package], [1.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 c45da8c..d877a1b 100644
--- a/time.cabal
+++ b/time.cabal
@@ -1,5 +1,5 @@
 Name:		time
-Version:	1.0
+Version:	1.1
 Stability:	stable
 License:	BSD3
 License-File:	LICENSE



More information about the ghc-commits mailing list