Skip to content

Commit

Permalink
Revert "version bump"
Browse files Browse the repository at this point in the history
This reverts commit 8d72569.
  • Loading branch information
raul-ortega committed Feb 19, 2019
1 parent 4b52b6e commit 26bad41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
* along with Cleanflight. If not, see <http://www.gnu.org/licenses/>.
*/

#define FC_VERSION_MAJOR 10 // increment when a major release is made (big new feature, etc)
#define FC_VERSION_MINOR 0 // increment when a minor release is made (small new feature, change etc)
#define FC_VERSION_MAJOR 9 // increment when a major release is made (big new feature, etc)
#define FC_VERSION_MINOR 5 // increment when a minor release is made (small new feature, change etc)
#define FC_VERSION_PATCH_LEVEL 0 // increment when a bug is fixed

#define STR_HELPER(x) #x
Expand Down

0 comments on commit 26bad41

Please sign in to comment.