Skip to content

Commit

Permalink
Bump Duktape version in Makefile.sharedlibrary
Browse files Browse the repository at this point in the history
  • Loading branch information
svaarala committed Jan 15, 2017
1 parent 2e7e10a commit 34ac011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist-files/Makefile.sharedlibrary
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# convention is to set soname version to (100*MAJOR + MINOR), e.g. 104 for
# Duktape 1.4.x, so that it gets automatically bumped for major and minor
# releases (potentially binary incompatible), but not for patch releases.
DUK_VERSION=10600
DUK_VERSION=10601
SONAME_VERSION=106
REAL_VERSION=$(SONAME_VERSION).$(DUK_VERSION)

Expand Down

0 comments on commit 34ac011

Please sign in to comment.