Skip to content

Commit

Permalink
increase version number
Browse files Browse the repository at this point in the history
  • Loading branch information
abau committed Oct 4, 2015
1 parent f022b9a commit dc5b635
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ changes that are observable by the user of Dilay, i.e., code refactorings that
are not obviously observable by the user are not documented here. See `git log`
for a fine-grained overview of all changes.

## 1.0.1 -> 1.1.0

- 2015-10-04: Add a prototypical implementation for sketching meshes.

## 1.0.0 -> 1.0.1

- 2015-07-30: Fix the Intensity slider of the Smooth-tool so that it is initially
Expand Down
2 changes: 1 addition & 1 deletion common.pri
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 1.0.1
VERSION = 1.1.0
CONFIG += debug_and_release warn_on object_parallel_to_source ordered c++14
QT += widgets opengl openglextensions xml
MOC_DIR = moc
Expand Down

0 comments on commit dc5b635

Please sign in to comment.