Revision: 570
Author: kei060
Date: Sat Nov 28 09:05:58 2009
Log: increment version number
http://code.google.com/p/ntorrent/source/detail?r=570
Modified:
/branches/nTorrent-0.5.x/build.xml
/branches/nTorrent-0.5.x/plugins/ntorrent.data/source/ntorrent/data/Environment.java
=======================================
--- /branches/nTorrent-0.5.x/build.xml Thu Nov 12 23:39:45 2009
+++ /branches/nTorrent-0.5.x/build.xml Sat Nov 28 09:05:58 2009
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="nTorrent" default="help" basedir=".">
<property name="
app.name" value="nTorrent" />
- <property name="app.version" value="0.5" />
+ <property name="app.version" value="0.5.1" />
<property name="app.jar" value="lib/jpf-boot.jar" />
<property name="app.mainclass" value="org.java.plugin.boot.Boot" />
=======================================
---
/branches/nTorrent-0.5.x/plugins/ntorrent.data/source/ntorrent/data/Environment.java
Sat Sep 27 03:50:06 2008
+++
/branches/nTorrent-0.5.x/plugins/ntorrent.data/source/ntorrent/data/Environment.java
Sat Nov 28 09:05:58 2009
@@ -34,7 +34,7 @@
public class Environment extends ApplicationPlugin implements Application {
/** App name **/
- public final static String appName = "nTorrent-0.5";
+ public final static String appName = "nTorrent-0.5.1";
/** the users ntorrent dir **/
private static File ntorrent;