-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is it, the first release of Klik. This patch introduces klik versioning scheme: vX.Y X - New feature added. Y - Bug fixes. Add doc.html. This file redirects to website with documentation / guide. It will be attached to release. Change version in CmakeLists.txt Signed-off-by: Mateusz Kusiak (Timax) <[email protected]>
- Loading branch information
1 parent
eb099a7
commit 25b5385
Showing
2 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Klik</title> | ||
<meta http-equiv="refresh" content="0; url=http://dancesWithMachines.github.io/klik" /> | ||
</head> | ||
|
||
<body> | ||
¯\_(ツ)_/¯ Redirecting, lol. | ||
</body> | ||
|
||
</html> |