Skip to content

Commit

Permalink
Updating version number for release
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgr committed Jan 3, 2012
1 parent 64f599f commit a29c451
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions cspmchecker/cspmchecker.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Category: Concurrency
Build-type: Simple
Cabal-version: >=1.9.2
Synopsis: A command line type checker for CSPM files.
Version: 0.1.2
Version: 0.2.0

Source-Repository head
type: git
Expand All @@ -21,7 +21,7 @@ Source-repository this
type: git
location: git://github.com/tomgr/libcspm.git
subdir: cspmchecker
tag: release-0.1.2
tag: release-0.2.0

Executable cspmchecker
Main-is: Main.hs
Expand All @@ -31,7 +31,7 @@ Executable cspmchecker

Build-depends:
base >= 4 && < 5,
libcspm >= 0.1.2,
libcspm >= 0.2.0,
filepath >= 1.2,
mtl >= 2.0,
directory >= 1.0
Expand Down
2 changes: 1 addition & 1 deletion libcspm.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Source-Repository head
Source-repository this
type: git
location: https://github.com/tomgr/libcspm
tag: release-0.1.2
tag: release-0.2.0

Library
Build-Depends:
Expand Down
2 changes: 1 addition & 1 deletion make_release.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -e

VERSION=0.1.2
VERSION=0.2.0

GITTAG="release-$VERSION"

Expand Down

0 comments on commit a29c451

Please sign in to comment.