You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by ch...@apache.org on 2013/02/25 19:28:32 UTC

svn commit: r1449800 - /uima/sandbox/uima-ducc/trunk/uima-ducc-spawn/src/ducc_ling.c

Author: challngr
Date: Mon Feb 25 18:28:31 2013
New Revision: 1449800

URL: http://svn.apache.org/r1449800
Log:
UIMA-2644
Update version id to 0.7.3a for better visual identification.

Modified:
    uima/sandbox/uima-ducc/trunk/uima-ducc-spawn/src/ducc_ling.c

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-spawn/src/ducc_ling.c
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-spawn/src/ducc_ling.c?rev=1449800&r1=1449799&r2=1449800&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-spawn/src/ducc_ling.c (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-spawn/src/ducc_ling.c Mon Feb 25 18:28:31 2013
@@ -40,7 +40,7 @@
 #include <netinet/in.h>
 #include <netdb.h>
 
-#define VERSION "0.7.3"
+#define VERSION "0.7.3a"
 
 /**
  * 2012-05-04 Support -w <workingdir>.  jrc.
@@ -53,6 +53,7 @@
  * 2013-01-04 0.7.1 Skipped so i can match with DUCC level. jrc
  * 2012-10-26 0.7.2 Print local port when redirecting, and match DUCC level. jrc
  * 2013-01-31 0.7.3 Print message '1001' as marker and flush stdout before exec.  ld
+ * 2013-01-31 0.7.3a Print message '1002 CONSOLE REDIRECT' with fn.  jrc
  */
 
 /**