Skip to content

Commit

Permalink
*Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
iddekingej committed Jul 31, 2016
1 parent 6b440da commit 7d385da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Readme.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
WARNING
=======
This is version is an early 0.4.3 development version. It is not yet feature complete or bug free.
This is version is an early 0.4.4 development version. It is not yet feature complete or bug free.

ABOUT
=======
Function : This program list information about all block devices in a nice GUI.
Note: This program is only for displaying information, it is not possible to mount or change the drives.
Os : Linux
License : Gpl
Version : 0.4.3
Version : 0.4.4


BUILDING
Expand Down
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ int main(int argc, char **argv) {
KAboutData l_aboutData(
"ding"
, i18n("Disk information gui")
, "0.4.3"
, "0.4.4"
, i18n("X")
, KAboutLicense::GPL
, i18n("(C) 2016")
Expand Down
2 changes: 1 addition & 1 deletion ui/about.ui
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</font>
</property>
<property name="text">
<string>Disk information GUI v0.4.3</string>
<string>Disk information GUI v0.4.4</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 7d385da

Please sign in to comment.