Skip to content

Commit

Permalink
About to tag version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ogoffart committed Sep 11, 2018
1 parent 48cdea1 commit 7c42a7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version ?.? (????)
Version 1.1 (September 2018)
* Auto-detect the access specifier. (No need to add W_Access::Private or
W_Access::Protected anymore)
* Optimized compilation time for classes with many properties
Expand Down
2 changes: 1 addition & 1 deletion src/wobjectdefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include <QtCore/qmetatype.h>
#include <utility>

#define W_VERSION 0x0100ff
#define W_VERSION 0x010100

namespace w_internal {
using std::index_sequence; // From C++14, make sure to enable the C++14 option in your compiler
Expand Down

0 comments on commit 7c42a7c

Please sign in to comment.