Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
otakuto committed Jan 26, 2017
1 parent 3bf4570 commit 542cadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Expand Up @@ -191,7 +191,7 @@ void drawVersion(WINDOW * window)
wattroff(window, COLOR_PAIR(4));

wattrset(window, COLOR_PAIR(8));
mvwprintw(window, 0, (width - sizeof(" CrazyDiskInfo-1.0.1 ")) / 2, " CrazyDiskInfo-1.0.1 ");
mvwprintw(window, 0, (width - sizeof(" CrazyDiskInfo-1.0.2 ")) / 2, " CrazyDiskInfo-1.0.2 ");
wattroff(window, COLOR_PAIR(8));

wnoutrefresh(window);
Expand Down

0 comments on commit 542cadd

Please sign in to comment.