summaryrefslogtreecommitdiff
path: root/transex3/source/srclex.l
diff options
context:
space:
mode:
authorNils Fuhrmann <nf@openoffice.org>2001-06-07 14:02:22 +0000
committerNils Fuhrmann <nf@openoffice.org>2001-06-07 14:02:22 +0000
commit10e3faa1a1d60efbff754a48f903293d2100ec5d (patch)
treecb911ad6e456da88b17af6e3f86dc3bbe95d2b69 /transex3/source/srclex.l
parentf0c237ec763a59584d066a7928d67e646abb1ea1 (diff)
Clean up output on stdio and stderr #87136#
Diffstat (limited to 'transex3/source/srclex.l')
-rw-r--r--transex3/source/srclex.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/transex3/source/srclex.l b/transex3/source/srclex.l
index 89ecc989978d..8a4aff1e0336 100644
--- a/transex3/source/srclex.l
+++ b/transex3/source/srclex.l
@@ -243,7 +243,7 @@ main( int argc, char* argv[])
char *pOutput;
FILE *pFile;
- fprintf( stdout, "\nTransEx 0.9 Copyright 2000 Sun Microsystems, Inc. All Rights Reserved.\n" );
+ fprintf( stdout, "\nTransEx 3.1 Copyright 2000 Sun Microsystems, Inc. All Rights Reserved.\n" );
fprintf( stdout, "========================================================================\n" );
pOutput = GetOutputFile( argc, argv );