diff options
author | jestin | 2006-07-20 13:06:58 +0000 |
---|---|---|
committer | jestin | 2006-07-20 13:06:58 +0000 |
commit | 0f83d1bab49eb913cc8be048ec7884a9a2e3402e (patch) | |
tree | 94cee8c8cf098b66899dfb07baf1f0363a1f4d8a /src/Ivy.java | |
parent | a2f2f71fffb5103f2dcc01457f6fb31ace8fb579 (diff) | |
download | ivy-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/Ivy.java')
-rwxr-xr-x | src/Ivy.java | 2 |
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; |