We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
5.4 から、名乗るバージョンを MAJOR.MINOR.PATCH 形式の 5.4.0 に変更します。
バージョンには、「名乗る(文字列の)バージョン」と「実行ファイルのバージョン」があります。
tt-version.h と ttxssh-version.h の指定により、文字列のバージョンは「MAJOR.MINOR」に、実行ファイルのバージョンは「MAJOR,MINOR,0,0」となるように仕込まれています。
※実行ファイルのバージョンは「Major, Minor, Build, Revision」です。「3桁目は0」「4桁目に PATCH が入る」でよいでしょうか?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
5.4 から、名乗るバージョンを MAJOR.MINOR.PATCH 形式の 5.4.0 に変更します。
バージョンには、「名乗る(文字列の)バージョン」と「実行ファイルのバージョン」があります。
現状
tt-version.h と ttxssh-version.h の指定により、文字列のバージョンは「MAJOR.MINOR」に、実行ファイルのバージョンは「MAJOR,MINOR,0,0」となるように仕込まれています。
変更
※実行ファイルのバージョンは「Major, Minor, Build, Revision」です。「3桁目は0」「4桁目に PATCH が入る」でよいでしょうか?
The text was updated successfully, but these errors were encountered: