Skip to content

Commit

Permalink
Preparing v 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Géry CASIEZ committed Nov 13, 2017
1 parent 8479eea commit 8b9be58
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions homebrew/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ uninstall:
rm -rf $(PREFIX)/include/paramtuner.h
rm -f $(PREFIX)/lib/$(LIBPARAMTUNER)
tarball: distclean
cd .. && tar cvzf libparamtuner-mac-1.1.tar.gz libparamtuner-1.1/
openssl dgst -sha256 ../libparamtuner-mac-1.1.tar.gz
cd .. && tar cvzf libparamtuner-mac-1.2.tar.gz libparamtuner-1.2/
openssl dgst -sha256 ../libparamtuner-mac-1.2.tar.gz
2 changes: 1 addition & 1 deletion homebrew/prepareHomebrewArchive
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

DEST=libparamtuner-1.1
DEST=libparamtuner-1.2
DEST2=homebrew/$DEST

rm -rf $DEST
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public void start(Stage primaryStage) throws Exception {
Alert alert = new Alert(AlertType.INFORMATION);
alert.setTitle("About");
alert.setHeaderText(null);
alert.setContentText("ParamTunerGUI version 1.1\n\nParamTunerGUI is part of libParamTuner\nGet more information on https://github.com/casiez/libparamtuner");
alert.setContentText("ParamTunerGUI version 1.2\n\nParamTunerGUI is part of libParamTuner\nGet more information on https://github.com/casiez/libparamtuner");

alert.showAndWait();
});
Expand Down

0 comments on commit 8b9be58

Please sign in to comment.