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.3 2004/09/09 20:09:06 marc
## library versioning now works how i want it
##
## Revision 1.2 2004/08/28 16:21:07 marc
## mrw-c++-0.92 (mrw)
## - new file: version.cpp
@@ -26,7 +29,7 @@
# rpmbuild -bb --clean @PACKAGENAME@.spec
Summary: MRW's C++ Class Library, facilities for ease and quality
Name: @PACKAGENAME@
Version: @MAJOR@.@MINOR@
Version: @MAJOR@.@MINOR@.@LEAST@
Release: 1
License: LGPL
Group: Development/Libraries/C++