From e64f8c1bd67d66501b92d150ebfcf6466a7a550c Mon Sep 17 00:00:00 2001 From: granzuglia Date: Fri, 16 Mar 2007 15:27:48 +0000 Subject: [PATCH] updated version number --- apps/trimeshinfo/trimeshinfo.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/trimeshinfo/trimeshinfo.cpp b/apps/trimeshinfo/trimeshinfo.cpp index 71cf71b1..43073642 100644 --- a/apps/trimeshinfo/trimeshinfo.cpp +++ b/apps/trimeshinfo/trimeshinfo.cpp @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.41 2007/03/08 22:49:35 cignoni +Changed the include order and the order in which cleaning filters are applied. + Revision 1.40 2006/05/16 21:55:28 cignoni Updated to the new remove zero area syntax @@ -652,7 +655,7 @@ int main(int argc, char ** argv) initMeshInfo(mi); printf("\n -------------------------------\n" - " TriMeshInfo V.1.21 \n" + " TriMeshInfo V.1.23 \n" " http://vcg.isti.cnr.it\n" " release date: "__DATE__"\n" " -------------------------------\n\n\n");