-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
15 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,27 @@ | ||
#ifndef _EZLOPI_UTIL_VERSION_H_ | ||
#define _EZLOPI_UTIL_VERSION_H_ | ||
#ifndef __VERSION_H__ | ||
#define __VERSION_H__ | ||
|
||
|
||
#ifdef __cplusplus | ||
extern "C" | ||
{ | ||
extern "C" { | ||
#endif | ||
|
||
#define V_TYPE 2 | ||
#define BUILD_DATE 1704990285 | ||
|
||
#define BUILD_DATE 1709103460 | ||
#define MAJOR 3 | ||
#define MINOR 2 | ||
#define BATCH 4 | ||
#define BUILD 181 | ||
#define VERSION_STR "3.2.4" | ||
#define BATCH 6 | ||
#define BUILD 185 | ||
#define VERSION_STR "3.2.6" | ||
#define DEVELOPER "lomas.subedi@ezlo.com" | ||
#define COMPILE_TIME "Thu 11 Jan 2024 10:09:36 PM +0545" | ||
#define CURRENT_BRANCH "dev_v3" | ||
#define COMMIT_HASH "fd190843f60c1e5a93c738b3b0757e58870a01c2" | ||
#define COMPILE_TIME "Wed 28 Feb 2024 12:42:40 PM +0545" | ||
#define CURRENT_BRANCH "development" | ||
#define COMMIT_HASH "52b6e535c25867579f2969358cc4232076d0e337" | ||
|
||
|
||
#ifdef __cplusplus | ||
} | ||
#endif | ||
|
||
#endif // _EZLOPI_UTIL_VERSION_H_ | ||
|
||
#endif // __VERSION_H__ |
This file was deleted.
Oops, something went wrong.