updated version number
This commit is contained in:
parent
d15a5cefc8
commit
5e54972f6d
2
Makefile
2
Makefile
@ -3,7 +3,7 @@ LIBS = -lm -luiohook
|
||||
CC = gcc
|
||||
CFLAGS = -g -Wall
|
||||
INSTALL_PATH = /usr/local
|
||||
VERSION = 0.5.1
|
||||
VERSION = 0.6.0
|
||||
|
||||
.PHONY: default all clean
|
||||
|
||||
|
@ -38,7 +38,7 @@ yet and may not ever be
|
||||
### [Splits.io](https://splits.io/)
|
||||
|
||||
- [X] Import game, category and segment names from generic format
|
||||
- [ ] Import all information the generic format support i.e. run histories
|
||||
- [ ] Import all information the generic format supports i.e. run histories
|
||||
- [ ] Export runs in the generic format
|
||||
|
||||
### [Speedrun.com](https://www.speedrun.com/)
|
||||
|
@ -4,7 +4,7 @@
|
||||
const char *schemaver = "v1.0.1";
|
||||
const char *timersname = "quest";
|
||||
const char *timerlname = "Quinn's Utterly Elegant Speedrun Timer";
|
||||
const char *timerver = "v0.5.1";
|
||||
const char *timerver = "v0.6.0";
|
||||
const char *timerlink = "https://github.com/SilentFungus/quest";
|
||||
|
||||
//Imports game/catagory names and segment names
|
||||
|
Loading…
Reference in New Issue
Block a user