Skip to content

Commit

Permalink
Bumped version, tweaked vendor and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Theusch committed Aug 3, 2017
1 parent 22ae5a6 commit 649231d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ project(kconfig)

set(PROJECT_VERSION_MAJOR "3")
set(PROJECT_VERSION_MINOR "12")
set(PROJECT_VERSION_PATCH "0")
set(PROJECT_VERSION_PATCH "1_Win32")
set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")
set(PROJECT_VENDOR "UVC Ingenieure")
set(PROJECT_VENDOR "UVC Ingenieure and Reclone Labs")

get_filename_component(ROOT_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
set(CMAKE_MODULE_PATH "${ROOT_DIR}/cmake" ${CMAKE_MODULE_PATH})
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ http://ymorin.is-a-geek.org/projects/kconfig-frontends

General Build Instructions

Install GnuWin32, MinGW, and CMake.
Install MinGW, CMake, and GnuWin32 (using GetGnuWin32).
Add C:\MinGW\bin;C:\gnuwin32\bin to the %Path% environment variable.
Add C:\gnuwin32\include to the %INCLUDE% environment variable.
Add C:\gnuwin32\lib to the %LIB% environemnt variable.
Expand Down

0 comments on commit 649231d

Please sign in to comment.