1
0
Fork 0
forked from blue/mlc

Typo fixes, readme updates

This commit is contained in:
Blue 2024-07-06 13:53:26 -03:00
parent 3971a5b662
commit ceab08a26d
Signed by untrusted user: blue
GPG key ID: 9B203B252A63EE38
11 changed files with 80 additions and 39 deletions

View file

@ -1,8 +1,8 @@
cmake_minimum_required(VERSION 3.5)
project(
mlc
VERSION 1.3.3
DESCRIPTION "Media Library Compiler: rips your media library to a lossy compilation"
VERSION 1.3.4
DESCRIPTION "Media Library Compiler: converts your media library to a lossy compilation"
LANGUAGES CXX
)
cmake_policy(SET CMP0076 NEW)