mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
Origin commit data
------------------
Branch: master
Commit: d3caee3fec
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-01-01 (Tue, 01 Jan 2019)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
17 lines
324 B
C++
17 lines
324 B
C++
#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__
|
|
|