Skip to content

Commit

Permalink
pack alpha release 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tabakhase committed Mar 15, 2015
1 parent 3294091 commit 4b5701d
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,8 @@ PROTOBUF_GENERATE_CPP(STEAMPROTO_SRCS STEAMPROTO_HDRS ${CMAKE_CURRENT_SOURCE_DIR
PROTOBUF_GENERATE_CPP(GCPROTO_SRCS GCPROTO_HDRS ${CMAKE_CURRENT_SOURCE_DIR}/proto/gcsdk_gcmessages.proto)
PROTOBUF_GENERATE_CPP(GCSYSROTO_SRCS GCSYSPROTO_HDRS ${CMAKE_CURRENT_SOURCE_DIR}/proto/gcsystemmsgs.proto)

configure_file("${CMAKE_CURRENT_SOURCE_DIR}/README.md" "bin/readme-${PROJECT_NAME}.txt" COPYONLY)
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/LICENSE.md" "bin/license-${PROJECT_NAME}.txt" COPYONLY)

if(WIN32)
set(CSGOMMLINK_EXEEXTRAS "CSGO_MM_Link.rc")
Expand Down
2 changes: 1 addition & 1 deletion CSGO_MM_Link/CSGO_MM_Link.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#define CSGO_MM_LINK_VERSION_MAJOR "0"
#define CSGO_MM_LINK_VERSION_MINOR "9"
#define CSGO_MM_LINK_VERSION_REVISION "1"
#define CSGO_MM_LINK_VERSION_REVISION "2"

#define CSGO_MM_LINK_VERSION CSGO_MM_LINK_VERSION_MAJOR "." CSGO_MM_LINK_VERSION_MINOR "." CSGO_MM_LINK_VERSION_REVISION

Expand Down
3 changes: 3 additions & 0 deletions CSGO_MM_Link/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ The software included in this product (contains/is based on/uses) copyrighted so
The software included in this product (contains/is based on/uses) copyrighted software.
Steamworks SDK * by Valve Corporation
The software included in this product (contains/is based on/uses)
CSGO Protbufs * by steamdb.info
*/
#include "CSGO_MM_Link.h"

Expand Down
29 changes: 29 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
CSGO_MM_Link
Copyright (C) 2015 Christian 'tabakhase' Hackmann

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.


The software included in this product (contains/is based on/uses) copyrighted software that is licensed under the "GPLv3".
Boiler * by Ansas Bogdan https://bitbucket.org/ACB/boiler

The software included in this product (contains/is based on/uses) copyrighted software that is licensed under the "New BSD License".
protobuf * by Google https://developers.google.com/protocol-buffers

The software included in this product (contains/is based on/uses) copyrighted software.
Steamworks SDK * by Valve Corporation https://partner.steamgames.com/

The software included in this product (contains/is based on/uses)
CSGO Protbufs * by steamdb.info https://github.com/SteamDatabase/GameTracking/tree/master/Protobufs/csgo

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ CSGO_MM_Link (for Windows & Linux64(32))
#** Use at OWN risk ** #


Downloads (precompiled windows)
Downloads (precompiled)
=========
* **soon**
* alpha [v0.9.2 Windows](https://github.com/tabakhase/CSGO_MM_Link/releases/tag/0.9.2)


Usage
Expand Down

0 comments on commit 4b5701d

Please sign in to comment.