File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.10)
22
33project (dinorunner-demos
4- VERSION 1.3.0
4+ VERSION 1.3.1
55 DESCRIPTION "Running examples of the Dinorunner libray"
66 LANGUAGES C CXX)
77
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10)
33cmake_policy (PUSH)
44
55project (dinorunner
6- VERSION 1.3.0
6+ VERSION 1.3.1
77 DESCRIPTION "Chrome's Dino game in C"
88 LANGUAGES C)
99
Original file line number Diff line number Diff line change 1010
1111static const unsigned char kVersionMajor = 1 ;
1212static const unsigned char kVersionMinor = 3 ;
13- static const unsigned char kVersionPatch = 0 ;
13+ static const unsigned char kVersionPatch = 1 ;
1414
1515unsigned char dinorunner_getversion (struct version_s * version ) {
1616 version -> major = kVersionMajor ;
You can’t perform that action at this time.
0 commit comments