Skip to content

Commit

Permalink
Update version to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jie-meng committed Jan 11, 2018
1 parent 3fd8d1f commit f6e382b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Install Qt, add Qt compiler directory to environment variable.

#### Build Qscintilla ####

1. cd QScintilla-gpl-version_xxx\Qt4Qt5
1. cd QScintilla/Qt4Qt5

2. qmake qscintilla.pro

Expand Down Expand Up @@ -61,6 +61,10 @@ On MacOS

### Notes ###

- 2018.01.11

V1.9.0 Update Qscintilla version to 2.10.2; python2/3 plugins make greatly enhancement. (use pydoc_gen.lua in apis/python to generate api first)

- 2017.11.14

V1.8.8 Support locate current file in file explorer.
Expand Down
2 changes: 1 addition & 1 deletion src/gui/aboutdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ void AboutDialog::init()

void AboutDialog::initGui()
{
plabel_version_ = new QLabel(tr("Version: 1.8.8.20171119"));
plabel_version_ = new QLabel(tr("Version: 1.9.0"));
plabel_email_ = new QLabel(tr("Email: [email protected]"));

QVBoxLayout* pcenter_layout = new QVBoxLayout;
Expand Down

0 comments on commit f6e382b

Please sign in to comment.