Skip to content

Commit 5a8e133

Browse files
committed
Release v0.1.0
1 parent 3568c9d commit 5a8e133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/caj2pdf.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
CAJ2PDF::CAJ2PDF(QWidget *parent, std::string argv0)
1313
: QDialog(parent)
1414
, ui(new Ui::CAJ2PDF) {
15-
version = "0.1.0-beta";
15+
version = "0.1.0";
1616
ui->setupUi(this);
1717
setWindowFlags(windowFlags() | Qt::WindowContextHelpButtonHint); // 启用窗口右上角的 ?按钮
1818
qApp->installEventFilter(this); // 安装事件

0 commit comments

Comments
 (0)