[commit: packages/filepath] master: Bump the version after adding -<.> and changing semantics (f447a80)

git at git.haskell.org git at git.haskell.org
Thu Mar 19 11:37:37 UTC 2015


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

On branch  : master
Link       : http://git.haskell.org/packages/filepath.git/commitdiff/f447a8034d59a9426b4ba42964b745ba532ba6d1

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

commit f447a8034d59a9426b4ba42964b745ba532ba6d1
Author: Neil Mitchell <ndmitchell at gmail.com>
Date:   Mon Nov 10 11:30:47 2014 +0000

    Bump the version after adding -<.> and changing semantics


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

f447a8034d59a9426b4ba42964b745ba532ba6d1
 changelog.md   | 2 +-
 filepath.cabal | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/changelog.md b/changelog.md
index f8e14f1..2eb93c8 100644
--- a/changelog.md
+++ b/changelog.md
@@ -2,7 +2,7 @@
 
 _Note: below all `FilePath` values are unquoted, so `\\` really means two backslashes.
 
-## 1.3.0.3  *TBA*
+## 1.3.1.0  *TBA*
 
   * Bundled with GHC 7.10.1
 
diff --git a/filepath.cabal b/filepath.cabal
index 1aaed72..87b1f4c 100644
--- a/filepath.cabal
+++ b/filepath.cabal
@@ -1,5 +1,5 @@
 name:           filepath
-version:        1.3.0.3
+version:        1.3.1.0
 -- NOTE: Don't forget to update ./changelog.md
 license:        BSD3
 license-file:   LICENSE



More information about the ghc-commits mailing list