Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sainnhe committed Nov 20, 2021
1 parent 3568c9d commit 5a8e133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/caj2pdf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
CAJ2PDF::CAJ2PDF(QWidget *parent, std::string argv0)
: QDialog(parent)
, ui(new Ui::CAJ2PDF) {
version = "0.1.0-beta";
version = "0.1.0";
ui->setupUi(this);
setWindowFlags(windowFlags() | Qt::WindowContextHelpButtonHint); // 启用窗口右上角的 ?按钮
qApp->installEventFilter(this); // 安装事件
Expand Down

0 comments on commit 5a8e133

Please sign in to comment.