Skip to content

Commit

Permalink
Updated changelog and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
vedderb committed May 1, 2020
1 parent bcc00e0 commit f992d39
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions res/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
== 2.06 ==
* Prevent repeated test version notification dialogs.
* Made IMU calibration more compact to decrease the minimum horizontal size.

== 2.05 ==
* FW 5.01 support:
- Fixed PPM bug in previous release.
Expand Down
8 changes: 4 additions & 4 deletions vesc_tool.pro
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
#-------------------------------------------------

# Version
VT_VERSION = 2.05
VT_VERSION = 2.06
VT_INTRO_VERSION = 1
VT_IS_TEST_VERSION = 0

VT_ANDROID_VERSION_ARMV7 = 83
VT_ANDROID_VERSION_ARM64 = 84
VT_ANDROID_VERSION_X86 = 85
VT_ANDROID_VERSION_ARMV7 = 86
VT_ANDROID_VERSION_ARM64 = 87
VT_ANDROID_VERSION_X86 = 88

VT_ANDROID_VERSION = $$VT_ANDROID_VERSION_X86

Expand Down

0 comments on commit f992d39

Please sign in to comment.