Skip to content

Commit c899b53

Browse files
committedMay 24, 2021
Make a 1.2.5 release.
1 parent 0838af6 commit c899b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ datadir := $(shell cygpath -m '$(datadir)' | sed 's,/,\\\\\\\\,g')
3838
endif
3939
WHL_BNDL_NAME = $(subst -,_,$(BUNDLE_NAME))
4040

41-
BUNDLE_VERSION = 1.2.4
41+
BUNDLE_VERSION = 1.2.5
4242
BUNDLE_VERSION := $(shell $(PYTHON_EXE) mkbuildinfo -v $(BUILD_TOP) $(BUNDLE_VERSION) $(BUILD_TYPE))
4343

4444
GENSRCS = buildinfo.py

0 commit comments

Comments
 (0)
Please sign in to comment.