Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incomplete core_version.h from 3.0.0 release .zip #8049

Closed
mcspr opened this issue May 18, 2021 · 1 comment
Closed

Incomplete core_version.h from 3.0.0 release .zip #8049

mcspr opened this issue May 18, 2021 · 1 comment

Comments

@mcspr
Copy link
Collaborator

mcspr commented May 18, 2021

Current archive contains these:

#define ARDUINO_ESP8266_GIT_VER 0xefb0341a
#define ARDUINO_ESP8266_GIT_DESC 3.0.0
#define ARDUINO_ESP8266_RELEASE_
#define ARDUINO_ESP8266_RELEASE ""

which should probably have been ARDUINO_ESP8266_RELEASE_3_0_0 and ARDUINO_ESP8266_RELEASE "3_0_0"?

@d-a-v
Copy link
Collaborator

d-a-v commented Jun 16, 2021

This has been fixed by #8126 and #8127

Next 3.0.1 release will have

#define ARDUINO_ESP8266_GIT_VER   0xA11900D
#define ARDUINO_ESP8266_GIT_DESC  3.0.1
#define ARDUINO_ESP8266_VERSION   3.0.1

#define ARDUINO_ESP8266_MAJOR     3
#define ARDUINO_ESP8266_MINOR     0
#define ARDUINO_ESP8266_REVISION  1

#define ARDUINO_ESP8266_RELEASE   "3.0.1"
#define ARDUINO_ESP8266_RELEASE_3_0_1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants