Codebase list gtk-sharp2 / 93c2acb
bump clilibs API version to 2.12.40 The 2.12.40 release of GTK# introduces new symbols in gtk-sharp.dll for GtkBuilder. Mirco Bauer 7 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
66 CFLAGS ?= -O2 -Wall -g
77 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
88
9 API_VERSION = 2.12.10-1ubuntu1
9 API_VERSION = 2.12.40
1010
1111 UPVERSION = $(shell dpkg-parsechangelog | grep ^Vers | cut -d\ -f2 | sed 's,-.*,,')
1212 NEXT_UPVERSION = $(shell perl -e '$$_=pop; s/(\d+)$$/$$1+1/e; print' $(UPVERSION))