voc / voctomix

Full-HD Software Live-Video-Mixer in python
https://c3voc.de/
MIT License
573 stars 104 forks source link

check for correct voctocore version in voctogui (issue #248) #250

Closed fightling closed 3 years ago

fightling commented 5 years ago

version number is stored as float value in vocto/version.py

Florob commented 5 years ago

Maybe I'm just being overly cautious here, but wouldn't using e.g. a 3-tuple as version be safer wrt. representable values?