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 18, 2012
1 parent 9f83ff5 commit 7276232
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions cspmchecker/cspmchecker.cabal
Expand Up @@ -10,7 +10,7 @@ Category: Concurrency
Build-type: Simple Build-type: Simple
Cabal-version: >=1.9.2 Cabal-version: >=1.9.2
Synopsis: A command line type checker for CSPM files. Synopsis: A command line type checker for CSPM files.
Version: 0.2.0 Version: 0.2.1


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


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


Build-depends: Build-depends:
base >= 4 && < 5, base >= 4 && < 5,
libcspm >= 0.2.0, libcspm >= 0.2.1,
filepath >= 1.2, filepath >= 1.2,
mtl >= 2.0, mtl >= 2.0,
directory >= 1.0 directory >= 1.0
Expand Down
4 changes: 2 additions & 2 deletions libcspm.cabal
Expand Up @@ -32,7 +32,7 @@ Description:
from @x.y.z@ to @x.y'.z'@) will not be backwards compatible, but should be from @x.y.z@ to @x.y'.z'@) will not be backwards compatible, but should be
relatively easy to port to. Major changes (i.e. from @x.y.z@ to @x'.y'.z'@) relatively easy to port to. Major changes (i.e. from @x.y.z@ to @x'.y'.z'@)
will not be backwards compatible and may include large API redesigns. will not be backwards compatible and may include large API redesigns.
Version: 0.2.0 Version: 0.2.1
Extra-source-files: Extra-source-files:
README.md, README.md,
CHANGELOG.txt CHANGELOG.txt
Expand All @@ -44,7 +44,7 @@ Source-Repository head
Source-repository this Source-repository this
type: git type: git
location: https://github.com/tomgr/libcspm location: https://github.com/tomgr/libcspm
tag: release-0.2.0 tag: release-0.2.1


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


VERSION=0.2.0 VERSION=0.2.1


GITTAG="release-$VERSION" GITTAG="release-$VERSION"


Expand Down

0 comments on commit 7276232

Please sign in to comment.