Skip to content

Commit

Permalink
Updating to v1.0.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
francescmm committed Nov 28, 2019
1 parent 5246778 commit 444d1f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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\" : \"0.99.99_1\",
\"Version\" : \"0.99.99_2\",
\"CompatVersion\" : \"$$QTCREATOR_COMPAT_VERSION\",
\"Vendor\" : \"Francesc Martinez\",
\"Copyright\" : \"(C) $$QTCREATOR_COPYRIGHT_YEAR Francesc M.\",
Expand Down
2 changes: 1 addition & 1 deletion GitQlientPlugin.pro
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ INCLUDEPATH+= src
## Either set the IDE_SOURCE_TREE when running qmake,
## or set the QTC_SOURCE environment variable, to override the default setting
IDE_SOURCE_TREE = $$QTC_SOURCE
isEmpty(IDE_SOURCE_TREE): IDE_SOURCE_TREE = $$(HOME)/Qt/qt-creator-opensource-src-4.10.0
isEmpty(IDE_SOURCE_TREE): IDE_SOURCE_TREE = $$(HOME)/Qt/qt-creator-opensource-src-4.10.2

## Either set the IDE_BUILD_TREE when running qmake,
## or set the QTC_BUILD environment variable, to override the default setting
Expand Down

0 comments on commit 444d1f1

Please sign in to comment.