[commit: packages/time] format-widths, ghc, improve-leapseconds, master, posix-perf, tasty, wip/travis: Bump version to 1.1.1 (9eb62d6)

git at git.haskell.org git at git.haskell.org
Fri Apr 21 16:48:56 UTC 2017


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

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

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

commit 9eb62d6b83f0401cf7d11afdbaaed725f44a57f5
Author: Ian Lynagh <igloo at earth.li>
Date:   Sun Apr 22 12:52:28 2007 -0700

    Bump version to 1.1.1
    
    darcs-hash:20070422195228-3fd76-279361d39d538b6e458e46526389712ccc8b45fe


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

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

diff --git a/Makefile b/Makefile
index 8c4e8f5..9f61dd2 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ ALL_DIRS = \
 	Data/Time/LocalTime
 
 PACKAGE = time
-VERSION = 1.1
+VERSION = 1.1.1
 PACKAGE_DEPS = base
 
 SRC_HC_OPTS += -Wall -Werror -fffi -Iinclude
diff --git a/configure.ac b/configure.ac
index 5778502..0da7fc4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([Haskell time package], [1.1], [ashley at semantic.org], [time])
+AC_INIT([Haskell time package], [1.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 d877a1b..3c44a66 100644
--- a/time.cabal
+++ b/time.cabal
@@ -1,5 +1,5 @@
 Name:		time
-Version:	1.1
+Version:	1.1.1
 Stability:	stable
 License:	BSD3
 License-File:	LICENSE



More information about the ghc-commits mailing list