From: malaterre Date: Fri, 19 Aug 2005 16:31:06 +0000 (+0000) Subject: ENH: Provide a GetVersion function, apparently need for python X-Git-Tag: Version1.2.bp~235 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=c094854320484d68477c1855e3fa619e33db7cec;p=gdcm.git ENH: Provide a GetVersion function, apparently need for python --- diff --git a/Testing/TestUtil.cxx b/Testing/TestUtil.cxx index be81795a..ba4fc909 100644 --- a/Testing/TestUtil.cxx +++ b/Testing/TestUtil.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestUtil.cxx,v $ Language: C++ - Date: $Date: 2005/02/17 11:14:56 $ - Version: $Revision: 1.13 $ + Date: $Date: 2005/08/19 16:31:06 $ + Version: $Revision: 1.14 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -33,6 +33,8 @@ int TestUtil(int , char *[]) float flt= 1.0; double dbl=1.0; + std::cout << "This is gdcm version: " << gdcm::GetVersion() << std::endl; + std::cout << "---------- uint16 : " << std::dec <