From d3c2435a585156310b48ccc425bb3a4682d7ba25 Mon Sep 17 00:00:00 2001 From: pseudom Date: Fri, 10 Apr 2015 15:16:06 +0200 Subject: [PATCH] Version 2.3.0 --- bin/buildexe | 1 + misc/deb/DEBIAN/control | 2 +- misc/windows/ezPAARSE-MUI.nsi | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/bin/buildexe b/bin/buildexe index 1d5cf3f80..d389e18ff 100755 --- a/bin/buildexe +++ b/bin/buildexe @@ -70,6 +70,7 @@ mkdir $TMP_DIR/$EZPAARSE_NAME/excel mkdir $TMP_DIR/$EZPAARSE_NAME/libreoffice cp $EZPAARSE_PATH/misc/windows/ezPAARSE-Render.xltm $TMP_DIR/$EZPAARSE_NAME/excel/. cp $EZPAARSE_PATH/misc/windows/ezPAARSE-Render.ots $TMP_DIR/$EZPAARSE_NAME/libreoffice/. + makensis ezPAARSE-MUI.nsi INSTALLER="`ls *-Setup.exe`" diff --git a/misc/deb/DEBIAN/control b/misc/deb/DEBIAN/control index fe6ef10d6..7a38f2b84 100644 --- a/misc/deb/DEBIAN/control +++ b/misc/deb/DEBIAN/control @@ -1,5 +1,5 @@ Package: ezpaarse -Version: 2.2.0 +Version: 2.3.0 Section: custom Priority: optional Architecture: all diff --git a/misc/windows/ezPAARSE-MUI.nsi b/misc/windows/ezPAARSE-MUI.nsi index 964ab572c..c18bcc2c4 100755 --- a/misc/windows/ezPAARSE-MUI.nsi +++ b/misc/windows/ezPAARSE-MUI.nsi @@ -65,7 +65,7 @@ LicenseLangString license ${LANG_ENGLISH} "License-CeCILL-V2-en.txt" ;General !define APP_NAME "ezPAARSE" -!define APP_VERSION "2.2.0" +!define APP_VERSION "2.3.0" !define APP_INST "" diff --git a/package.json b/package.json index 141c91ee0..2870a9f34 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ezPAARSE", "main": "app.js", - "version": "2.2.0", + "version": "2.3.0", "private": true, "repository": { "type": "git",