Skip to content

Commit

Permalink
Merge pull request #100 from FROM-THE-EARTH/develop
Browse files Browse the repository at this point in the history
Release v1.9.6
  • Loading branch information
KondoA9 authored Aug 16, 2022
2 parents 53147ef + e12d86a commit a112bc2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Latest Update: 2022/08/17

Version: 1.9.5
Version: 1.9.6

[**Download**](https://github.com/FROM-THE-EARTH/Prologue/releases/latest)

Expand Down
3 changes: 0 additions & 3 deletions src/gnuplot/plotter/IPlotter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ void IPlotter::initializePlot() const {
m_gnuplot.send("set xlabel \"Distance[m](+: East, -: West)\"");
m_gnuplot.send("set ylabel \"Distance[m](+: North, -: South)\"");
m_gnuplot.send("set zlabel \"Height[m]\"");

// Font
m_gnuplot.send("set terminal " GNUPLOT_TERMINAL " font \"Arial,9\"");
}

void IPlotter::saveLaunchPoint() const {
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include "misc/Platform.hpp"
#include "simulator/SimulatorFactory.hpp"

const auto VERSION = "1.9.5";
const auto VERSION = "1.9.6";

void ShowSettingInfo();

Expand Down

0 comments on commit a112bc2

Please sign in to comment.