Skip to content

Commit

Permalink
version 1.0.1 & fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaslepoix committed Apr 17, 2020
1 parent 25f45d2 commit 87d70ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_policy( VERSION 3.11 )

project( qucsrflayout
LANGUAGES CXX
VERSION 1.0.0
VERSION 1.0.1
DESCRIPTION "A tool to produce layout from qucs RF schematics (microstrip only for now)"
# HOMEPAGE_URL "https://github.com/thomaslepoix/Qucs-RFlayout"
)
Expand Down
2 changes: 1 addition & 1 deletion Qucs-RFlayout.pro
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ INCLUDEPATH += \
$$PWD/src

DEFINES += \
QRFL_VERSION=\\\"1.0.0\\\"
QRFL_VERSION=\\\"1.0.1\\\"

target.path = $$PREFIX/bin
INSTALLS += target
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Qucs-RFlayout $

<br>

## Release process (from Linux)
## Release process (using Docker)

- Windows release process is based on cross compilation within an Arch Linux container (because Arch provides several libraries for MinGW, like Qt, Boost, etc. that most other distributions does not provide).

Expand Down

0 comments on commit 87d70ad

Please sign in to comment.