Skip to content
Snippets Groups Projects
Select Git revision
  • 33dc14dab2adf5efd9d72c34fd00cb0006af1fe3
  • master default protected
  • develop protected
  • feat_remove_attr
  • python2.7
  • python3.8
6 results

version.in

Blame
  • user avatar
    ilor authored
    d7ed520d
    History
    version.in 276 B
    #ifndef LIBCORPUS2_VERSION_H
    #define LIBCORPUS2_VERSION_H
    
    #define LIBCORPUS2_VERSION_MAJOR @corpus2_ver_major@
    #define LIBCORPUS2_VERSION_MINOR @corpus2_ver_minor@
    #define LIBCORPUS2_VERSION_PATCH @corpus2_ver_patch@
    #define LIBCORPUS2_VERSION "@LIBCORPUS2_VERSION@"
    
    #endif