diff --git a/codecs/lpc10/placea.c b/codecs/lpc10/placea.c
index 699fde8111fff941ac8668ec7a6d970544011a1a..e04776a48ec40cb369648cf8cb23999d5b9a2ca6 100755
--- a/codecs/lpc10/placea.c
+++ b/codecs/lpc10/placea.c
@@ -1,8 +1,8 @@
 /*
 
 $Log$
-Revision 1.8  2001/04/12 21:27:53  markster
-Version 0.1.9 from FTP
+Revision 1.9  2001/04/12 21:27:53  markster
+Version 0.1.10 from FTP
 
 Revision 1.3  2001/04/12 21:27:53  markh
 app_record now supports wildcards of sort so your output file is not overwritten every time it's run.  File.h got a documentation update on the ast_fileexists to include the return call.  Watch out for the placea.c placev.c code, it's updates have not been tested yet.  Just a few parenthesis to make it compile nicer on newer gcc versions with all the -W flags set.
@@ -32,8 +32,8 @@ extern int placea_(integer *ipitch, integer *voibuf, integer *obound, integer *a
 /* 	PLACEA Version 48 */
 
 /* $Log$
- * Revision 1.8  2001/04/12 21:27:53  markster
- * Version 0.1.9 from FTP
+ * Revision 1.9  2001/04/12 21:27:53  markster
+ * Version 0.1.10 from FTP
  *
 /* Revision 1.3  2001/04/12 21:27:53  markh
 /* app_record now supports wildcards of sort so your output file is not overwritten every time it's run.  File.h got a documentation update on the ast_fileexists to include the return call.  Watch out for the placea.c placev.c code, it's updates have not been tested yet.  Just a few parenthesis to make it compile nicer on newer gcc versions with all the -W flags set.
diff --git a/codecs/lpc10/placev.c b/codecs/lpc10/placev.c
index c9189da6953d285445c2e0c557afb8f900f729d5..5f0db1da397cb4365d09e946e6df7881321eb125 100755
--- a/codecs/lpc10/placev.c
+++ b/codecs/lpc10/placev.c
@@ -1,8 +1,8 @@
 /*
 
 $Log$
-Revision 1.8  2001/04/12 21:27:53  markster
-Version 0.1.9 from FTP
+Revision 1.9  2001/04/12 21:27:53  markster
+Version 0.1.10 from FTP
 
 Revision 1.3  2001/04/12 21:27:53  markh
 app_record now supports wildcards of sort so your output file is not overwritten every time it's run.  File.h got a documentation update on the ast_fileexists to include the return call.  Watch out for the placea.c placev.c code, it's updates have not been tested yet.  Just a few parenthesis to make it compile nicer on newer gcc versions with all the -W flags set.
@@ -32,8 +32,8 @@ extern int placev_(integer *osbuf, integer *osptr, integer *oslen, integer *obou
 /* 	PLACEV Version 48 */
 
 /* $Log$
- * Revision 1.8  2001/04/12 21:27:53  markster
- * Version 0.1.9 from FTP
+ * Revision 1.9  2001/04/12 21:27:53  markster
+ * Version 0.1.10 from FTP
  *
 /* Revision 1.3  2001/04/12 21:27:53  markh
 /* app_record now supports wildcards of sort so your output file is not overwritten every time it's run.  File.h got a documentation update on the ast_fileexists to include the return call.  Watch out for the placea.c placev.c code, it's updates have not been tested yet.  Just a few parenthesis to make it compile nicer on newer gcc versions with all the -W flags set.