Changeset 540 for trunk/bin/Parameter.h


Ignore:
Timestamp:
Dec 29, 2007, 3:40:23 AM (16 years ago)
Author:
Peter Johansson
Message:

fixes automatic update of revision and copyright year in --version output. Options --version and --verbose can no be combined to get a slightly more detailed description.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/Parameter.h

    r538 r540  
    5454    void defaults(void);
    5555    void help(void);
    56     void version(void) const;
     56    void version(bool=false) const;
    5757
    5858    std::string config_file_;
     
    6666    std::string targetdir_;
    6767    bool verbose_;
     68    bool version_;
    6869  };
    6970
Note: See TracChangeset for help on using the changeset viewer.