Skip to content

Commit

Permalink
Bump version to v1.1.1 and add distribution JAR
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime Petazzoni <[email protected]>
  • Loading branch information
Maxime Petazzoni committed Jan 9, 2012
1 parent a4133a4 commit aef7ee9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ tracker (an HTTP service), and a BitTorrent client. The only dependencies of
the BitTorrent library are:

* the log4j library
* the slf4j logging library
* the SimpleHTTPFramework

These two libraries are provided in the lib/ directory, and are automatically
These libraries are provided in the lib/ directory, and are automatically
included in the JAR file created by the build process.


Expand Down
3 changes: 2 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ Authors
* Thomas Zink <[email protected]>
- Fixed a piece length computation issue when the total torrent size is an
exact multiple of the piece size.

* Johan Parent <[email protected]>
- Fixed a bug in unfresh peer collection

Caveats
-------
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<property name="src.dir" location="src" />

<!-- Release version. -->
<property name="project.version" value="1.1" />
<property name="project.version" value="1.1.1" />

<property name="jar.location"
value="${dist.dir}/${ant.project.name}-${project.version}.jar" />
Expand Down
Binary file added dist/ttorrent-1.1.1.jar
Binary file not shown.

0 comments on commit aef7ee9

Please sign in to comment.