libzypp  17.31.31
APIConfig.h
Go to the documentation of this file.
1 /*---------------------------------------------------------------------\
2 | ____ _ __ __ ___ |
3 | |__ / \ / / . \ . \ |
4 | / / \ V /| _/ _/ |
5 | / /__ | | | | | | |
6 | /_____||_| |_| |_| |
7 | |
8 \---------------------------------------------------------------------*/
12 #ifndef ZYPP_APICONFIG_H
13 #define ZYPP_APICONFIG_H
14 
15 #define LIBZYPP_VERSION_STRING "17.31.15"
16 #define LIBZYPP_VERSION_MAJOR 17
17 #define LIBZYPP_VERSION_MINOR 31
18 #define LIBZYPP_VERSION_PATCH 15
19 #define LIBZYPP_SOVERSION 1722
20 #define LIBZYPP_VERSION 173115
21 
22 #include <zypp-core/Globals.h>
23 
24 #endif //ZYPP_APICONFIG_H