Skip to content

Commit

Permalink
docs: version number update
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo23x0 committed Dec 21, 2020
1 parent 0504fba commit e20c3a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions source/Raccine/Version.h
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#ifndef VERSIONINFO_H
#define VERSIONINFO_H

#define VER_FILEVERSION 1,4,0,0
#define VER_FILEVERSION_STR "1.4.0.0 BETA\0"
#define VER_FILEVERSION 1,4,1,0
#define VER_FILEVERSION_STR "1.4.1.0 BETA\0"

#define VER_PRODUCTVERSION 1,4,0,0
#define VER_PRODUCTVERSION_STR "1.4.0.0\0"
#define VER_PRODUCTVERSION 1,4,1,0
#define VER_PRODUCTVERSION_STR "1.4.1.0\0"

#define VER_COMPANYNAME_STR "Raccine"
#define VER_FILEDESCRIPTION_STR "A Simple Ransomware Vaccine by Florian Roth. See https://github.com/Neo23x0/Raccine"
#define VER_FILEDESCRIPTION_STR "A Simple Ransomware Vaccine - see https://github.com/Neo23x0/Raccine"
#define VER_INTERNALNAME_STR "Raccine"
#define VER_LEGALCOPYRIGHT_STR "Copyright 2020"
#define VER_LEGALTRADEMARKS1_STR "All Rights Reserved"
Expand Down

0 comments on commit e20c3a9

Please sign in to comment.