Skip to content

Commit

Permalink
Bump version number to prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Fenrirthviti committed May 5, 2020
1 parent e1c6868 commit 8b32f83
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 84 deletions.
80 changes: 0 additions & 80 deletions installer/installer.iss

This file was deleted.

4 changes: 2 additions & 2 deletions src/virtual-output/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ set(virtualoutput_HEADERS
if(WIN32)
set(OBS_VIRTUALOUTPUT_VERSION_MAJOR 2)
set(OBS_VIRTUALOUTPUT_VERSION_MINOR 0)
set(OBS_VIRTUALOUTPUT_VERSION_PATCH 4)
set(OBS_VIRTUALOUTPUT_VERSION_STRING "2.0.4")
set(OBS_VIRTUALOUTPUT_VERSION_PATCH 5)
set(OBS_VIRTUALOUTPUT_VERSION_STRING "2.0.5")
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/virtualoutput.rc.in ${CMAKE_CURRENT_SOURCE_DIR}/virtualoutput.rc)
endif()

Expand Down
4 changes: 2 additions & 2 deletions src/virtual-source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ set(virtualsource_HEADERS
if(WIN32)
set(OBS_VIRTUALSOURCE_VERSION_MAJOR 2)
set(OBS_VIRTUALSOURCE_VERSION_MINOR 0)
set(OBS_VIRTUALSOURCE_VERSION_PATCH 4)
set(OBS_VIRTUALSOURCE_VERSION_STRING "2.0.4")
set(OBS_VIRTUALSOURCE_VERSION_PATCH 5)
set(OBS_VIRTUALSOURCE_VERSION_STRING "2.0.5")
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/virtualsource.rc.in ${CMAKE_CURRENT_SOURCE_DIR}/virtualsource.rc)
endif()

Expand Down

0 comments on commit 8b32f83

Please sign in to comment.