Skip to content

Commit

Permalink
fix: Add missing cordova versions to CDVAvailability.h (#1360)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Jul 20, 2023
1 parent 71a8100 commit 6e71f54
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CordovaLib/include/Cordova/CDVAvailability.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@
#define __CORDOVA_6_0_0 60000
#define __CORDOVA_6_1_0 60100
#define __CORDOVA_6_2_0 60200
#define __CORDOVA_6_3_0 60300
#define __CORDOVA_7_0_0 70000
/* coho:next-version,insert-before */
#define __CORDOVA_NA 99999 /* not available */

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

/*
Expand Down

0 comments on commit 6e71f54

Please sign in to comment.