library versioning now works how i want it

This commit is contained in:
Marc Wäckerlin
2004-09-09 20:09:06 +00:00
parent e03ad3c4ee
commit ce41fb71b4
9 changed files with 68 additions and 33 deletions

View File

@@ -9,6 +9,9 @@
@license LGPL, see file <a href="license.html">COPYING</a>
$Log$
Revision 1.2 2004/09/09 20:09:06 marc
library versioning now works how i want it
Revision 1.1 2004/08/28 16:13:42 marc
mrw-c++-0.92 (mrw)
- new file: version.cpp
@@ -27,5 +30,5 @@
#include <string>
namespace mrw {
const std::string version("@(#)@PACKAGENAME@-@MAJOR@.@MINOR@@SUPPORT@");
const std::string version("@(#)@PACKAGENAME@-@MAJOR@.@MINOR@.@LEAST@");
}