Skip to content

Commit

Permalink
Update version number for hotfix
Browse files Browse the repository at this point in the history
Update version number for hotfix

#2054
  • Loading branch information
FransMeerhoff authored and FransMeerhoff committed Oct 20, 2017
1 parent ba3b4e2 commit 480272b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion JASP-Common/appinfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

#include "appinfo.h"

const Version AppInfo::version = Version(0, 8, 3, 255);
const Version AppInfo::version = Version(0, 8, 3, 256);
const std::string AppInfo::name = "JASP";
const std::string AppInfo::builddate = __DATE__ " " __TIME__ " (Netherlands)" ;

Expand Down
2 changes: 1 addition & 1 deletion Tools/make-dmg.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
QT_DIR=~/Qt/5.5
R_FRAMEWORK=~/JASP/Build/Frameworks/R.framework
JASP_DESKTOP=~/JASP/Build/jasp-desktop
JASP_VERSION=0.8.3
JASP_VERSION=0.8.3.1

# This script builds the JASP.dmg installer
# Check that you R.framework is unique (no other test versions).
Expand Down
2 changes: 1 addition & 1 deletion Tools/make-win-installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
!include "nsProcess.nsh"
!include "x64.nsh"

!define VERSION "0.8.3"
!define VERSION "0.8.3.1"
!define APP_NAME "JASP"
!define INSTALLER_NAME "${APP_NAME}-${VERSION}-Setup.exe"
!define CONTENTS_DIR "C:\Jasp\Install"
Expand Down

0 comments on commit 480272b

Please sign in to comment.