diff options
Diffstat (limited to 'tests/manifest')
-rw-r--r-- | tests/manifest/driver.cxx | 2 | ||||
-rw-r--r-- | tests/manifest/manifest | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/manifest/driver.cxx b/tests/manifest/driver.cxx index ff6005c..f3b5abf 100644 --- a/tests/manifest/driver.cxx +++ b/tests/manifest/driver.cxx @@ -38,7 +38,7 @@ main (int argc, char* argv[]) cerr << "io failure" << endl; return 1; } - catch (const std::exception& e) + catch (const exception& e) { cerr << e.what () << endl; return 1; diff --git a/tests/manifest/manifest b/tests/manifest/manifest index 8d4da6c..6aac49e 100644 --- a/tests/manifest/manifest +++ b/tests/manifest/manifest @@ -31,7 +31,7 @@ requires: zlib; Most Linux/UNIX systems already have one; or get it at\ www.zlib.net. : name: libbar -version: 3.4A.5-a6 +version: 3.4A.5-6 summary: Modern bar management framework license: LGPLv2 tags: c++, xml, modern @@ -40,7 +40,7 @@ url: http://www.example.org/projects/libbar/ email: libbar-users@example.org : name: libbaz -version: 3.4A.5-a6 +version: 2+3.4A.5-3 summary: Modern baz system license: LGPLv2 url: http://www.example.org/projects/libbar/ |