Could you please add pattern for most popular language #334

Closed
opened 2026-02-17 11:52:12 -06:00 by GiteaMirror · 4 comments
Owner

Originally created by @vit1251 on GitHub (Aug 14, 2018).

Hello,

Could you please copy-past pattern for different language.

Example:

#define LIBSSL_VERSION_MAJOR 1
#define LIBSSL_VERSION_MINOR 0
#define LIBSSL_VERSION_PATCH 1

Thanks.

Originally created by @vit1251 on GitHub (Aug 14, 2018). Hello, Could you please copy-past pattern for different language. Example: ``` #define LIBSSL_VERSION_MAJOR 1 #define LIBSSL_VERSION_MINOR 0 #define LIBSSL_VERSION_PATCH 1 ``` Thanks.
Author
Owner

@klehelley commented on GitHub (Aug 16, 2018):

I am not exactly sure what your demand is here. Even with your example, it is pretty unclear.

Are you talking of some sort of reference implementation of the representation of a SemVer version in different languages?

@klehelley commented on GitHub (Aug 16, 2018): I am not exactly sure what your demand is here. Even with your example, it is pretty unclear. Are you talking of some sort of reference implementation of the representation of a SemVer version in different languages?
Author
Owner

@vit1251 commented on GitHub (Aug 16, 2018):

I think tat good idea make a common way to create version in application. Dtandart for version defining on popular programming language.

@vit1251 commented on GitHub (Aug 16, 2018): I think tat good idea make a common way to create version in application. Dtandart for version defining on popular programming language.
Author
Owner

@jwdonahue commented on GitHub (Aug 18, 2018):

Not sure I understand what you are asking for, but if it's example code, you're in the wrong place. This project is here to maintain the semver spec. Try searching for semver implementations.

@jwdonahue commented on GitHub (Aug 18, 2018): Not sure I understand what you are asking for, but if it's example code, you're in the wrong place. This project is here to maintain the semver spec. Try searching for semver implementations.
Author
Owner

@jwdonahue commented on GitHub (Aug 23, 2018):

@vit1251, unless you intend to issue a related PR or have any further questions, please close this issue at your earliest possible convenience.

@jwdonahue commented on GitHub (Aug 23, 2018): @vit1251, unless you intend to issue a related PR or have any further questions, please close this issue at your earliest possible convenience.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/semver#334