Update trunk to the non-release-related minor changes in stable/branch 2.7

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2758 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Brett Zamir
2014-04-07 04:08:52 +00:00
parent 5cbd05c8bd
commit bdb81d541c
3 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
NAME=svg-edit
VERSION=2.6
VERSION=2.7
PACKAGE=$(NAME)-$(VERSION)
MAKEDOCS=naturaldocs/NaturalDocs
CLOSURE=build/tools/closure-compiler.jar
@@ -25,8 +25,8 @@ JS_FILES=\
path.js \
svgcanvas.js \
svg-editor.js \
contextmenu.js \
locale/locale.js
locale/locale.js \
contextmenu.js
JS_INPUT_FILES=$(addprefix editor/, $(JS_FILES))
JS_BUILD_FILES=$(addprefix build/$(PACKAGE)/, $(JS_FILES))