00001 00012 #ifndef GITK_VERSION_H 00013 #define GITK_VERSION_H 00014 00017 #define LIBGITK_MAJOR_VERSION 0 00018 00020 #define LIBGITK_MINOR_VERSION 2 00021 00023 #define LIBGITK_MICRO_VERSION 0 00024 00025 #ifndef GITK_INIT_C 00026 extern const unsigned int libgitk_major_version; 00027 extern const unsigned int libgitk_minor_version; 00028 extern const unsigned int libgitk_micro_version; 00029 #endif 00030 00031 #endif /* GITK_VERSION */