Skip to content

Commit

Permalink
Fixed issue #31 - Tag for version 2.2.1 builds as 2.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
end2endzone committed Aug 11, 2018
1 parent e895e18 commit c576ab0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Changes for 2.2.2:

* Fixed issue #30 - Missing build step in v2.2.1.
* Fixed issue #31 - Tag for version 2.2.1 builds as 2.3.0.

Changes for 2.2.1:

Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ endif()
#------------------------------------------------------------------------------------------------------------
MESSAGE("")
SET(WIN32ARDUINO_MAJOR_VERSION 2)
SET(WIN32ARDUINO_MINOR_VERSION 3)
SET(WIN32ARDUINO_PATCH_VERSION 0)
SET(WIN32ARDUINO_MINOR_VERSION 2)
SET(WIN32ARDUINO_PATCH_VERSION 2)
SET(WIN32ARDUINO_PRERELEASE_VERSION "") #i.e: rc1
SET(WIN32ARDUINO_METADATA_VERSION "") #i.e: build.45
SET(WIN32ARDUINO_VERSION_STRING ${WIN32ARDUINO_MAJOR_VERSION}.${WIN32ARDUINO_MINOR_VERSION}.${WIN32ARDUINO_PATCH_VERSION})
Expand Down

0 comments on commit c576ab0

Please sign in to comment.