summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-11-01 13:51:57 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-11-01 13:51:57 +0400
commit75223334409dda19d6cb8a6e5a822becf7a5ee55 (patch)
tree5136c3e62b27dd02c007d5bddc65ac02928752a6
parent6bb1fadc5545fb37e1d83509970275fcbc37954c (diff)
Bump version number to 0.0.0.1
-rw-r--r--TODO.org2
-rw-r--r--bittorrent.cabal4
-rw-r--r--changelog1
3 files changed, 4 insertions, 3 deletions
diff --git a/TODO.org b/TODO.org
index a7ce16fb..7fcb95c3 100644
--- a/TODO.org
+++ b/TODO.org
@@ -1,4 +1,4 @@
1* TODO version 0.0.0.0 1* DONE version 0.0.0.1
2* TODO torrent linting for indexing 2* TODO torrent linting for indexing
3* TODO move PeerClient to Data.Torrent.Client 3* TODO move PeerClient to Data.Torrent.Client
4* TODO Word64 for Progress fields 4* TODO Word64 for Progress fields
diff --git a/bittorrent.cabal b/bittorrent.cabal
index 7f59637e..3288a42d 100644
--- a/bittorrent.cabal
+++ b/bittorrent.cabal
@@ -1,5 +1,5 @@
1name: bittorrent 1name: bittorrent
2version: 0.0.0.0 2version: 0.0.0.1
3license: BSD3 3license: BSD3
4license-file: LICENSE 4license-file: LICENSE
5author: Sam Truzjan 5author: Sam Truzjan
@@ -32,7 +32,7 @@ source-repository this
32 type: git 32 type: git
33 location: git://github.com/cobit/bittorrent.git 33 location: git://github.com/cobit/bittorrent.git
34 branch: master 34 branch: master
35 tag: v0.0.0.0 35 tag: v0.0.0.1
36 36
37library 37library
38 default-language: Haskell2010 38 default-language: Haskell2010
diff --git a/changelog b/changelog
index e69de29b..2270803c 100644
--- a/changelog
+++ b/changelog
@@ -0,0 +1 @@
* 0.0.0.1: Initial version.