Skip to content

Commit 99ac5db

Browse files
committed
export version as makefile variable
1 parent 3360636 commit 99ac5db

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
/dbd/
44
/include/
55
/lib/
6+
/cfg/
67
O.*/
78
*.local

configure/CONFIG_DEVLIB2_VERSION

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
DEVLIB2_MAJOR_VERSION = 2
2+
DEVLIB2_MINOR_VERSION = 9

configure/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@ CHECK_RELEASE = YES
1313
TARGETS = $(CONFIG_TARGETS)
1414
CONFIGS += $(subst ../,,$(wildcard $(CONFIG_INSTALLS)))
1515

16+
CFG += CONFIG_DEVLIB2_VERSION
17+
1618
include $(TOP)/configure/RULES
1719

0 commit comments

Comments
 (0)