Skip to content

Commit

Permalink
changed version values.
Browse files Browse the repository at this point in the history
  • Loading branch information
lomasSE89 committed Feb 28, 2024
1 parent 52b6e53 commit 5bb9ff8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 26 deletions.
28 changes: 15 additions & 13 deletions ezlopi-util/ezlopi-util-version/ezlopi_util_version.h
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__
13 changes: 0 additions & 13 deletions release-notes.md

This file was deleted.

0 comments on commit 5bb9ff8

Please sign in to comment.