diff options
author | Deepak Bhole <[email protected]> | 2012-07-09 16:22:05 -0400 |
---|---|---|
committer | Deepak Bhole <[email protected]> | 2012-07-09 16:22:05 -0400 |
commit | d61edd76c23e6a1e85a117f39c77ae6a9ac5f8ca (patch) | |
tree | 3d57794b322b86c2f7ea9a45ebdf610d05d573de | |
parent | 95298e2d31af5a5919b1001aaddb58ba3d172248 (diff) |
Bumped release number to 1.4pre
-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]) |