Skip to content

Commit

Permalink
Bump version number: 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hzeller committed Feb 13, 2021
1 parent 99b7156 commit c62e147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.13)

project(timg VERSION 0.9.9 LANGUAGES CXX)
project(timg VERSION 1.0.0 LANGUAGES CXX)

option(WITH_VIDEO_DECODING "Enables video decoding feature" ON)
# Note: The version string can be ammended with -DDISTRIBUTION_VERSION, see src/timg-version.h.in
Expand Down

0 comments on commit c62e147

Please sign in to comment.