Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vescrity committed May 15, 2024
1 parent 6b0db0f commit 9afe764
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Binary file modified screen.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions workspace/about.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ void Editor::on_actionAboutThis_triggered()
"<h1>%1</h1>"
"<p>Version %2.%3.%4</p>"
"<p>编译于 %5 %6</p>"
"<p>许可:GPL-3.0 License</p>"
"<p>此程序是自由软件,您可以以自由软件基金会发布的 GNU通用公共许可协议第三版或(您可以选择)更高版方式重新发布它和/或修改它。</p>"
"<p>此程序是希望其会有用而发布,但没有任何担保</p>"
"<p>更多信息请参考 <a href='https://github.com/Vescrity/MeloNote'>Github</a></p>")
.arg(tr("MeloNote"))
.arg(VERSION_1)
Expand Down
4 changes: 2 additions & 2 deletions workspace/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define VERSION_H

#define VERSION_1 0
#define VERSION_2 0
#define VERSION_3 9
#define VERSION_2 1
#define VERSION_3 0

#endif // VERSION_H

0 comments on commit 9afe764

Please sign in to comment.