aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjestin2006-07-20 13:06:58 +0000
committerjestin2006-07-20 13:06:58 +0000
commit0f83d1bab49eb913cc8be048ec7884a9a2e3402e (patch)
tree94cee8c8cf098b66899dfb07baf1f0363a1f4d8a /src
parenta2f2f71fffb5103f2dcc01457f6fb31ace8fb579 (diff)
downloadivy-java-0f83d1bab49eb913cc8be048ec7884a9a2e3402e.zip
ivy-java-0f83d1bab49eb913cc8be048ec7884a9a2e3402e.tar.gz
ivy-java-0f83d1bab49eb913cc8be048ec7884a9a2e3402e.tar.bz2
ivy-java-0f83d1bab49eb913cc8be048ec7884a9a2e3402e.tar.xz
nettoyage des fichiers qui ne servent plus à construire la paquet. Doc du
changelog, et mis à jour du numéro de lib dans les makefiles.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/Ivy.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ivy.java b/src/Ivy.java
index 4b76490..7e14619 100755
--- a/src/Ivy.java
+++ b/src/Ivy.java
@@ -112,7 +112,7 @@ public class Ivy implements Runnable {
* the library version, useful for development purposes only, when java is
* invoked with -DIVY_DEBUG
*/
- public static final String libVersion ="1.2.10";
+ public static final String libVersion ="1.2.11";
private boolean debug;
private ServerSocket app;