diff options
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 06d27bf..fe11428 100755 --- a/src/Ivy.java +++ b/src/Ivy.java @@ -43,7 +43,7 @@ public class Ivy implements Runnable, IvyApplicationListener { /** * the library version */ - public static String libVersion ="1.0.8"; + public static String libVersion ="1.0.9"; private boolean debug; private static int serial=0; /* an unique ID for each regexp */ |