Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. #include "utils/testament.h"
  2.  
  3. const char * const netsurf_version = "3.0 (Dev"
  4. #if defined(CI_BUILD)
  5.         " CI #" CI_BUILD
  6. #endif
  7.         ")"
  8.         ;
  9. const int netsurf_version_major = 3;
  10. const int netsurf_version_minor = 0;
  11.