Skip to content

Commit

Permalink
Updating to version v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
francescmm committed May 9, 2020
1 parent c5a5bb0 commit fe004fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GitQlientPlugin.json.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
\"Name\" : \"GitQlientPlugin\",
\"Version\" : \"1.1.0\",
\"Version\" : \"1.2.0\",
\"CompatVersion\" : \"$$QTCREATOR_COMPAT_VERSION\",
\"Vendor\" : \"Francesc Martinez\",
\"Copyright\" : \"(C) $$QTCREATOR_COPYRIGHT_YEAR Francesc M.\",
Expand Down
7 changes: 6 additions & 1 deletion GitQlientPlugin.pro
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
DEFINES += GITQLIENTPLUGIN_LIBRARY
DEFINES += VER=\\\"1.0.0\\\"

GQ_SHA = $$system(git rev-parse HEAD)

DEFINES += VER=\\\"1.1.0\\\" \
SHA_VER=\\\"$$GQ_SHA\\\"


# GitEditorPlugin files

Expand Down

0 comments on commit fe004fe

Please sign in to comment.