Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
{core,common}: update core/libs version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lerwys committed Jun 8, 2018
1 parent dce3b79 commit 97421c2
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion core/revision/include/revision.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/* HALCS version macros for compile-time API detection */

#define HALCS_VERSION_MAJOR 1
#define HALCS_VERSION_MINOR 2
#define HALCS_VERSION_MINOR 5
#define HALCS_VERSION_PATCH 0

#define HALCS_MAKE_VERSION(major, minor, patch) \
Expand Down
2 changes: 1 addition & 1 deletion libs/acqclient/include/acq_client_classes.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
/* version macros for compile-time API detection */

#define ACQ_CLIENT_VERSION_MAJOR 1
#define ACQ_CLIENT_VERSION_MINOR 2
#define ACQ_CLIENT_VERSION_MINOR 5
#define ACQ_CLIENT_VERSION_PATCH 0

#define ACQ_CLIENT_MAKE_VERSION(major, minor, patch) \
Expand Down
2 changes: 1 addition & 1 deletion libs/bpmclient/include/bpm_client_classes.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
/* version macros for compile-time API detection */

#define BPM_CLIENT_VERSION_MAJOR 1
#define BPM_CLIENT_VERSION_MINOR 2
#define BPM_CLIENT_VERSION_MINOR 5
#define BPM_CLIENT_VERSION_PATCH 0

#define BPM_CLIENT_MAKE_VERSION(major, minor, patch) \
Expand Down
2 changes: 1 addition & 1 deletion libs/convc/include/convc_classes.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/* version macros for compile-time API detection */

#define CONVC_VERSION_MAJOR 1
#define CONVC_VERSION_MINOR 2
#define CONVC_VERSION_MINOR 5
#define CONVC_VERSION_PATCH 0

#define CONVC_MAKE_VERSION(major, minor, patch) \
Expand Down
2 changes: 1 addition & 1 deletion libs/disptable/include/disptable_classes.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/* version macros for compile-time API detection */

#define DISPTABLE_VERSION_MAJOR 1
#define DISPTABLE_VERSION_MINOR 2
#define DISPTABLE_VERSION_MINOR 5
#define DISPTABLE_VERSION_PATCH 0

#define DISPTABLE_MAKE_VERSION(major, minor, patch) \
Expand Down
2 changes: 1 addition & 1 deletion libs/errhand/include/errhand_classes.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/* version macros for compile-time API detection */

#define ERRHAND_VERSION_MAJOR 1
#define ERRHAND_VERSION_MINOR 2
#define ERRHAND_VERSION_MINOR 5
#define ERRHAND_VERSION_PATCH 0

#define ERRHAND_MAKE_VERSION(major, minor, patch) \
Expand Down
2 changes: 1 addition & 1 deletion libs/halcsclient/include/halcs_client_classes.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
/* HALCS version macros for compile-time API detection */

#define HALCS_CLIENT_VERSION_MAJOR 1
#define HALCS_CLIENT_VERSION_MINOR 2
#define HALCS_CLIENT_VERSION_MINOR 5
#define HALCS_CLIENT_VERSION_PATCH 0

#define HALCS_CLIENT_MAKE_VERSION(major, minor, patch) \
Expand Down
2 changes: 1 addition & 1 deletion libs/hutils/include/hutils_classes.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/* version macros for compile-time API detection */

#define HUTILS_VERSION_MAJOR 1
#define HUTILS_VERSION_MINOR 2
#define HUTILS_VERSION_MINOR 5
#define HUTILS_VERSION_PATCH 0

#define HUTILS_MAKE_VERSION(major, minor, patch) \
Expand Down
2 changes: 1 addition & 1 deletion libs/llio/include/ll_io_classes.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
/* HALCS version macros for compile-time API detection */

#define LL_IO_VERSION_MAJOR 1
#define LL_IO_VERSION_MINOR 2
#define LL_IO_VERSION_MINOR 5
#define LL_IO_VERSION_PATCH 0

#define LL_IO_MAKE_VERSION(major, minor, patch) \
Expand Down
2 changes: 1 addition & 1 deletion libs/sdbutils/include/sdbutils_classes.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/* version macros for compile-time API detection */

#define SDBUTILS_VERSION_MAJOR 1
#define SDBUTILS_VERSION_MINOR 2
#define SDBUTILS_VERSION_MINOR 5
#define SDBUTILS_VERSION_PATCH 0

#define SDBUTILS_MAKE_VERSION(major, minor, patch) \
Expand Down

0 comments on commit 97421c2

Please sign in to comment.