Skip to content

Commit 38fa52d

Browse files
authored
Merge pull request #365 from gnustep/fix-interface-version
Fix the GUI interface version (restore code which was, presumably accidentally, removed a while back)
2 parents f1ae189 + f4c7cc2 commit 38fa52d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Source/GNUmakefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ include $(GNUSTEP_MAKEFILES)/common.make
2929
include ../Version
3030
include ../config.make
3131

32+
# Interface version changes with each minor release
33+
libgnustep-gui_INTERFACE_VERSION=${GNUSTEP_GUI_MAJOR_VERSION}.${GNUSTEP_GUI_MINOR_VERSION}
34+
3235
srcdir = .
3336
PACKAGE_NAME = gnustep-gui
3437
LIBRARY_VAR = GNUSTEP_GUI

0 commit comments

Comments
 (0)