diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -5,7 +5,7 @@ CSI_FLAGS := -I $(CURDIR) -I $(CURDIR)/bin # Canonical release string for the tree — keep in sync with downstroke.egg and # README v… markers (see bump-version). -VERSION := 1.0.0rc1 +VERSION := 1.0.0 # Modules listed in dependency order MODULE_NAMES := entity tween tilemap world input physics renderer assets animation engine mixer sound prefabs scene-loader @@ -108,5 +108,4 @@ endif t=$$$$.bump; \ sed "s#^VERSION := $$oesc#VERSION := $$new#" Makefile > "Makefile.$$t" && mv "Makefile.$$t" Makefile; \ sed "s#((version \"$$oesc\")#((version \"$$new\")#" downstroke.egg > "downstroke.egg.$$t" && mv "downstroke.egg.$$t" downstroke.egg; \ - sed "s#v$$oesc#v$$new#g" README.org > "README.org.$$t" && mv "README.org.$$t" README.org; \ - echo "bump-version: $$old -> $$new (Makefile, downstroke.egg, README.org)" + echo "bump-version: $$old -> $$new (Makefile, downstroke.egg)" |
