You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
5 lines
119 B
Bash
Executable File
5 lines
119 B
Bash
Executable File
#!/bin/sh
|
|
grep 'set.*(.*PROJECT_VERSION_FULL' CMakeLists.txt\
|
|
|sed -e 's#set(PROJECT_VERSION_FULL.*"\(.*\)\")#\1#;q'
|
|
|