Skip to content
Snippets Groups Projects
Default_Version.h 596 B
Newer Older
  • Learn to ignore specific revisions
  • /*
     * This file is a placeholder for a file which could be distributed in an archive
     * It takes the place of an automatically created "_Version.h" which is generated during the build process
     */
    
    
    // #error "You must specify the following parameters related to your distribution"
    
    Richard Wackerbarth's avatar
    Richard Wackerbarth committed
    
    #if true
    
      #define SHORT_BUILD_VERSION "1.1.0 dev"
      #define DETAILED_BUILD_VERSION "1.1.0 Development From Archive"
      #define STRING_DISTRIBUTION_DATE "2015-08-00 12:00"
    
      // It might also be appropriate to define a location where additional information can be found
    
      #define SOURCE_CODE_URL  "http:// ..."