Skip to content

Commit

Permalink
Version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamrow committed May 15, 2014
1 parent ed0697d commit 8204602
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/deployLinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# ./configure -release -opensource -static -opengl desktop -fontconfig -qt-xkbcommon -qt-xcb
# make -j10 sub-src

VERSION="2.1"
VERSION="2.1.1"
NAME="Muview${VERSION}-Linux"
# buildDir="../build-muview-Desktop-Release"

Expand Down
2 changes: 1 addition & 1 deletion deploy/deployMacOSX.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
buildDir='./'
backgroundPictureName="deploy/background-dmg.png"
applicationName="Muview.app"
finalDMGName="Muview2.1-MacOSX.dmg"
finalDMGName="Muview2.1.1-MacOSX.dmg"
title="Muview"

# Kill old product
Expand Down
2 changes: 1 addition & 1 deletion deploy/deployWindows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Do this through a MINGW terminal to preserve sanity...
# Compile in QtCreator first...

VERSION="2.0b3"
VERSION="2.1.1"
NAME="Muview${VERSION}"
TARGET="muview.exe"
MANIFEST="muview.exe.embed.manifest"
Expand Down

0 comments on commit 8204602

Please sign in to comment.