Skip to content

Commit

Permalink
Added 6.2.0 to CDVAvailability.h (via coho).
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasMerz committed Feb 1, 2021
1 parent 5950cf2 commit 0b1e37b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CordovaLib/Classes/Public/CDVAvailability.h
Expand Up @@ -77,6 +77,7 @@
#define __CORDOVA_5_1_1 50101
#define __CORDOVA_6_0_0 60000
#define __CORDOVA_6_1_0 60100
#define __CORDOVA_6_2_0 60200
/* coho:next-version,insert-before */
#define __CORDOVA_NA 99999 /* not available */

Expand All @@ -89,7 +90,7 @@
*/
#ifndef CORDOVA_VERSION_MIN_REQUIRED
/* coho:next-version-min-required,replace-after */
#define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_6_1_0
#define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_6_2_0
#endif

/*
Expand Down

0 comments on commit 0b1e37b

Please sign in to comment.