Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hluk committed Apr 6, 2014
1 parent 72fe9bb commit dff4546
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shared/copyq.iss
@@ -1,5 +1,5 @@
; Use Inno Setup with Unicode support and preprocessor.
#define AppVersion "2.0.1"
#define AppVersion "2.1.0"
#define Root "C:\dev\copyq"

[Setup]
Expand Down
2 changes: 1 addition & 1 deletion src/common/common.h
Expand Up @@ -27,7 +27,7 @@
#include <QVariantMap>

// Application version
#define COPYQ_VERSION "2.1.0 beta"
#define COPYQ_VERSION "2.1.0"

class QAction;
class QByteArray;
Expand Down

2 comments on commit dff4546

@m4r71n
Copy link
Collaborator

@m4r71n m4r71n commented on dff4546 Apr 6, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The CHANGES file is not up to date

@hluk
Copy link
Owner Author

@hluk hluk commented on dff4546 Apr 7, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

True, I always forget to do this. I've realized this after all packages were ready.

I'll need a script that creates source code package and checks that CHANGES files contains correct version (#203). I have most of the scripts ready somewhere, I'll just need to clean them up and add them to scritpts repo directory.

Please sign in to comment.