From 75223334409dda19d6cb8a6e5a822becf7a5ee55 Mon Sep 17 00:00:00 2001 From: Sam Truzjan Date: Fri, 1 Nov 2013 13:51:57 +0400 Subject: Bump version number to 0.0.0.1 --- TODO.org | 2 +- bittorrent.cabal | 4 ++-- changelog | 1 + 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 @@ -* TODO version 0.0.0.0 +* DONE version 0.0.0.1 * TODO torrent linting for indexing * TODO move PeerClient to Data.Torrent.Client * 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 @@ name: bittorrent -version: 0.0.0.0 +version: 0.0.0.1 license: BSD3 license-file: LICENSE author: Sam Truzjan @@ -32,7 +32,7 @@ source-repository this type: git location: git://github.com/cobit/bittorrent.git branch: master - tag: v0.0.0.0 + tag: v0.0.0.1 library 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. -- cgit v1.2.3