diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2012-07-09 Deepak Bhole <[email protected]> + + * configure.ac: Bumped release number to 1.4pre + 2012-07-09 Saad Mohammad <[email protected]> * netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java (initializeExtensions): diff --git a/configure.ac b/configure.ac index 1f222e7..8517687 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([icedtea-web],[1.3pre],[[email protected]], [icedtea-web], [http://icedtea.classpath.org/wiki/IcedTea-Web]) +AC_INIT([icedtea-web],[1.4pre],[[email protected]], [icedtea-web], [http://icedtea.classpath.org/wiki/IcedTea-Web]) AM_INIT_AUTOMAKE([1.9 tar-pax foreign]) AC_CONFIG_FILES([Makefile netx.manifest]) |