diff --git a/LICENSE b/LICENSE index 2543509..afab509 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017 Adrian Zdanowicz (Silent) +Copyright (c) 2017-2020 Adrian Zdanowicz (Silent) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/source/VersionInfo.lua b/source/VersionInfo.lua index 0394161..1c73b73 100644 --- a/source/VersionInfo.lua +++ b/source/VersionInfo.lua @@ -1,6 +1,6 @@ defines { "rsc_FullName=\"Extended Gang Wars\"", - "rsc_MinorVersion=1", + "rsc_MinorVersion=2", "rsc_RevisionID=0", "rsc_BuildID=0", "rsc_Copyright=\"2014-2020\"", diff --git a/source/dllmain.cpp b/source/dllmain.cpp index 04a2189..03c90aa 100644 --- a/source/dllmain.cpp +++ b/source/dllmain.cpp @@ -1,4 +1,4 @@ -// Extended Gang Wars 1.1 mod +// Extended Gang Wars 1.2 mod // Made by Silent #include "General.h"