Ignore:
Timestamp:
Dec 9, 2008, 11:14:16 PM (14 years ago)
Author:
Peter Johansson
Message:

refs #362

lifting out copyright year to its own file. The source file
lib/copyright_year.cc is automatically updated when being in svn wc
(i.e. not dist or svn export).

File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/lib/copyright_year.h

    r723 r726  
    1 #ifndef _theplu_svndigest_subversion_info_
    2 #define _theplu_svndigest_subversion_info_
     1#ifndef _theplu_svndigest_copyright_year_
     2#define _theplu_svndigest_copyright_year_
    33
    44// $Id$
     
    2828namespace svndigest{
    2929
    30   // These functions are (mis)placed here to reflect compilation time
    31   // of subversion_info.cc. Previously, __TIME__ macro was placed in
    32   // `bin/Parameter.cc' and since the Parameter is almost independent
    33   // of other parts of the package, that compilation time does not
    34   // very accurately reflect the building time of the svndigest
    35   // binary. subversion_info.cc is at least modified when updating
    36   // against repository and therefore these functions will return a
    37   // time no earlier than last `svn update'
    38   std::string compilation_date(void);
    39   std::string compilation_time(void);
    40 
    41   std::string svn_revision(void);
    42 
     30  /**
     31     \return year svndigest was last changed
     32   */
    4333  std::string svn_year(void);
    4434
Note: See TracChangeset for help on using the changeset viewer.