aof.sorular.net
İşletme Bilgi Sistemleri
BUSINESS INFORMATION SYSTEMS (İŞLETME BİLGİ SİSTEMLERİ) - (İNGİLİZCE) Dersi IT Components of Business Information Systems soru cevapları
BUSINESS INFORMATION SYSTEMS (İŞLETME BİLGİ SİSTEMLERİ) - (İNGİLİZCE) Dersi IT Components of Business Information Systems soru detayı:
SORU:
What are the three categories that make up a version number?
CEVAP:
In the semantic versioning scheme, a version number is composed of three number categories named major, minor, and patch. These numbers are incremented when a new development is made in the software. Given a version number in the form of MAJOR.MINOR.PATCH, an increment in the:
- MAJOR version corresponds incompatible API changes
- MINOR version corresponds addition of functionality in a backwards-compatible manner
- PATCH version corresponds backwards compatible bug fixes