Skip to content

Commit

Permalink
Update changelog and update IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
qbasicer committed Aug 2, 2012
1 parent 1a747a1 commit d975841
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
http://zdl.vectec.net
(C) ZDL Software Foundation

* 3.2.2.2 - July 31st, 2012
* 3.2.2.2 - August 2nd, 2012
* Change behaviour of issue #31, only drop file[0-9]+, changed the option to rememberFilelist
* Default to remembering file list
* Add new function to libzdl: deleteRegex(QString section, QString regex)
* Fixed buggle multiple-file-moving

* 3.2.2.1 - July 30th, 2012
* Fix broken config file saving (#32)
Expand Down
6 changes: 3 additions & 3 deletions include/zdlcommon.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ using namespace std;

#if defined(Q_WS_WIN)
// Windows versioning information
#define ZDL_VERSION_ID 51
#define ZDL_VERSION_ID 53
#define ZDL_PRODUCT_ID "qzdl-win32-beta"
#elif defined(Q_WS_MAC)
// Mac information would go here
#define ZDL_VERSION_ID 52
#define ZDL_VERSION_ID 54
#define ZDL_PRODUCT_ID "qzdl-git-beta"
#else
// Other (Linux in reality)
#define ZDL_VERSION_ID 52
#define ZDL_VERSION_ID 54
#define ZDL_PRODUCT_ID "qzdl-git-beta"
#endif

Expand Down

0 comments on commit d975841

Please sign in to comment.