Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
RazrFalcon committed Jan 14, 2017
1 parent 47270f1 commit b0bfc87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.8
0.8.0

Added:
- Elements -> Group elements by equal styles.
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ void exeErr(const QString &name);

int main(int argc, char *argv[])
{
const QVersionNumber ver(0, 7, 1);
const QVersionNumber ver(0, 8, 0);

QApplication a(argc, argv);
a.setApplicationName("SVG Cleaner");
Expand Down

0 comments on commit b0bfc87

Please sign in to comment.