Skip to content

Commit

Permalink
Crypter 2.30
Browse files Browse the repository at this point in the history
- Merged feature branch for shadow file deletion
- Incremented version to 2.30
  • Loading branch information
Sithis committed Dec 1, 2017
1 parent a12e5da commit 3d684ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Crypter/Main.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'''
@summary: Crypter: Ransomware written entirely in python.
@author: MLS
@version: 2.25
@version: 2.30
'''

# Import libs
Expand Down
2 changes: 1 addition & 1 deletion build/ExeBuilder/Base.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

## VERSION
MAJ_VERSION = "2"
MIN_VERSION = "25"
MIN_VERSION = "30"

# TITLE
TITLE = "Crypter Builder v%s.%s" % (MAJ_VERSION, MIN_VERSION)
Expand Down
4 changes: 2 additions & 2 deletions build/ExeBuilder/__init__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
'''
@summary: Crypter ExeBuilder(Package): ExeBuilder with GUI for building Crypter ransomware
@author: MLS
@version: 2.25
@version: 2.30
'''

# ABOUT
__author__ = "MLS"
__version__ = "2.25"
__version__ = "2.30"
__summary__ = "Provides a GUI for building the Crypter ransomware"

# Import package modules
Expand Down

0 comments on commit 3d684ff

Please sign in to comment.