diff --git a/build/Makefile b/build/Makefile index 6222e0d4..b03f6dfc 100644 --- a/build/Makefile +++ b/build/Makefile @@ -22,7 +22,7 @@ # variables # -MINDFORGER_VERSION := 2.0.0 +MINDFORGER_VERSION := 2.1.0 MINDFORGER_RELEASE_BASE_DIR := /home/dvorka/p/mindforger/release MINDFORGER_RELEASE_DIR := $(MINDFORGER_RELEASE_BASE_DIR)/$(MINDFORGER_VERSION)-maker diff --git a/build/debian/debian-aptly-add-deb.sh b/build/debian/debian-aptly-add-deb.sh index dea5c5af..d6ad14a3 100755 --- a/build/debian/debian-aptly-add-deb.sh +++ b/build/debian/debian-aptly-add-deb.sh @@ -32,7 +32,7 @@ # See 'MindForger Release Guide#Debian and my PPA' notebook for detailed steps description... # .deb package to be added -export NEW_VERSION_NAME="2.0.0" +export NEW_VERSION_NAME="2.1.0" export NEW_RELEASE_NAME="mindforger_${NEW_VERSION_NAME}" export NEW_DEB_NAME="${NEW_RELEASE_NAME}-1_amd64.deb" # Debian release ~ aptly publish diff --git a/build/debian/debian-make-deb.sh b/build/debian/debian-make-deb.sh index fbdd89b2..cdd1e11c 100755 --- a/build/debian/debian-make-deb.sh +++ b/build/debian/debian-make-deb.sh @@ -153,7 +153,7 @@ function buildDebPackage() { # # Main # # ############################################################################ -export ARG_VERSION="2.0.0" +export ARG_VERSION="2.1.0" export ARG_BAZAAR_MSG="MindForger ${ARG_VERSION} release." # Debian releases: https://www.debian.org/releases/ diff --git a/build/debian/debian/changelog b/build/debian/debian/changelog index afadb9da..e09664ab 100644 --- a/build/debian/debian/changelog +++ b/build/debian/debian/changelog @@ -1,4 +1,4 @@ -mindforger (2.0.0-1) unstable; urgency=low +mindforger (2.1.0-1) unstable; urgency=low * Initial New features. diff --git a/build/fedora/fedora-rpm-from-deb.sh b/build/fedora/fedora-rpm-from-deb.sh index 7092a7ff..826041af 100755 --- a/build/fedora/fedora-rpm-from-deb.sh +++ b/build/fedora/fedora-rpm-from-deb.sh @@ -31,7 +31,7 @@ echo "===============================================================" if [[ -z "${1}" ]] then - export MFVERSION="2.0.0" + export MFVERSION="2.1.0" else export MFVERSION="${1}" fi diff --git a/build/macos/env.sh b/build/macos/env.sh index d85401ae..a1cf5e77 100644 --- a/build/macos/env.sh +++ b/build/macos/env.sh @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -export MINDFORGER_VERSION="2.0.0" +export MINDFORGER_VERSION="2.1.0" # aligned with Ubuntu 18.4 # export QT_VERSION="5.9.9" diff --git a/build/snap/snapcraft.yaml b/build/snap/snapcraft.yaml index 6133dc09..a5d25ba4 100644 --- a/build/snap/snapcraft.yaml +++ b/build/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: mindforger base: core18 # the base snap is the execution environment for this snap: core18 (18.04), core20 (20.04) -version: '2.0.0' # just for humans, typically '1.2+git' or '1.3.2' +version: '2.1.0' # just for humans, typically '1.2+git' or '1.3.2' summary: Thinking notebook and Markdown editor description: | Search, browse, view and edit your Markdown files. Get as much diff --git a/build/tarball/tarball-build.sh b/build/tarball/tarball-build.sh index a6688056..02eaf24c 100755 --- a/build/tarball/tarball-build.sh +++ b/build/tarball/tarball-build.sh @@ -119,7 +119,7 @@ function buildGitHubTarball { # # Main # # ############################################################################ -export ARG_VERSION="2.0.0" +export ARG_VERSION="2.1.0" export ARG_BAZAAR_MSG="MindForger ${ARG_VERSION} release." buildGitHubTarball "${ARG_VERSION}" "${ARG_BAZAAR_MSG}" ${1} diff --git a/build/ubuntu/debian/changelog b/build/ubuntu/debian/changelog index 4c4a5c2a..379307c6 100644 --- a/build/ubuntu/debian/changelog +++ b/build/ubuntu/debian/changelog @@ -1,4 +1,4 @@ -mindforger (2.0.0-0ubuntu1) bionic; urgency=low +mindforger (2.1.0-0ubuntu1) bionic; urgency=low * New version.