You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by bh...@apache.org on 2011/12/20 19:22:40 UTC

svn commit: r1221406 - /uima/uimacpp/trunk/configure.ac

Author: bhavani
Date: Tue Dec 20 18:22:40 2011
New Revision: 1221406

URL: http://svn.apache.org/viewvc?rev=1221406&view=rev
Log:
UIMA-2053 updated package name and removed old build configuration files

Modified:
    uima/uimacpp/trunk/configure.ac

Modified: uima/uimacpp/trunk/configure.ac
URL: http://svn.apache.org/viewvc/uima/uimacpp/trunk/configure.ac?rev=1221406&r1=1221405&r2=1221406&view=diff
==============================================================================
--- uima/uimacpp/trunk/configure.ac (original)
+++ uima/uimacpp/trunk/configure.ac Tue Dec 20 18:22:40 2011
@@ -16,7 +16,7 @@
  # specific language governing permissions and limitations
  # under the License.
 
-AC_INIT(libuima, 2.3.1)
+AC_INIT(libuima, 2.4.0)
 AC_CONFIG_SRCDIR(src/framework/engine.cpp)
 AM_INIT_AUTOMAKE