library versioning now works how i want it
This commit is contained in:
@@ -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@");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user