mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
version_hal.cpp/h: add methodes to get package data
This commit is contained in:
16
include/version_hal.h
Normal file
16
include/version_hal.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef __VERSION_HAL_H__
|
||||
#define __VERSION_HAL_H__
|
||||
|
||||
#include <string>
|
||||
|
||||
std::string getPackageVersion();
|
||||
int getPackageVersionMajor();
|
||||
int getPackageVersionMinor();
|
||||
int getPackageVersionMicro();
|
||||
std::string getPackagenName();
|
||||
std::string getPackageString();
|
||||
std::string getPackageVersionGit();
|
||||
|
||||
|
||||
#endif //__VERSION_HAL_H__
|
||||
|
Reference in New Issue
Block a user