libfilezilla
version.hpp
Go to the documentation of this file.
00001 #ifndef LIBFILEZILLA_VERSION_HEADER
00002 #define LIBFILEZILLA_VERSION_HEADER
00003 
00008 #include "libfilezilla.hpp"
00009 
00010 #include <tuple>
00012 #define LIBFILEZILLA_VERSION "0.9.0"
00013 
00014 #define LIBFILEZILLA_VERSION_MAJOR  0
00015 #define LIBFILEZILLA_VERSION_MINOR  9
00016 #define LIBFILEZILLA_VERSION_MICRO  0
00017 #define LIBFILEZILLA_VERSION_NANO   0
00018 
00020 #define LIBFILEZILLA_VERSION_SUFFIX "0.9.0"
00021 
00022 namespace fz {
00024 std::string FZ_PUBLIC_SYMBOL get_version_string();
00025 
00027 std::tuple<int, int, int, int, std::string> FZ_PUBLIC_SYMBOL get_version();
00028 }
00029 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines