From 08fdf44541b891f23e2ecd8e3e02734ef700ba8c Mon Sep 17 00:00:00 2001 From: James Benton Date: Fri, 15 Jun 2018 10:49:37 +0100 Subject: [PATCH] 1.0.0-alpha release. --- docs/CMakeLists.txt | 2 +- include/wut.h | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt index 3fe78033..67273c2f 100644 --- a/docs/CMakeLists.txt +++ b/docs/CMakeLists.txt @@ -6,7 +6,7 @@ if(DOXYGEN_FOUND) set(DOXYGEN_OUT ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile) set(DOXYGEN_PROJECT_NAME "wut") - set(DOXYGEN_PROJECT_NUMBER "0.2") + set(DOXYGEN_PROJECT_NUMBER "1.0.0-alpha") set(DOXYGEN_PROJECT_BRIEF "Wii U Toolchain") set(DOXYGEN_GENERATE_HTML YES) diff --git a/include/wut.h b/include/wut.h index 7414e25f..a704f413 100644 --- a/include/wut.h +++ b/include/wut.h @@ -1,3 +1,10 @@ #pragma once + +/* + * wut 1.0.0-alpha + * + * https://github.com/decaf-emu/wut + */ + #include "wut_structsize.h" #include "wut_types.h"