Skip to content

Commit

Permalink
Switched to version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurelien Thierry committed Jun 23, 2020
1 parent 09df4ba commit f34d899
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 2.8)
project(grap)
CMAKE_POLICY(SET CMP0015 NEW)
set (GRAP_VERSION "1.2.1")
set (GRAP_VERSION "1.3.0")

# Default build type: Release
if (NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
Expand Down
2 changes: 1 addition & 1 deletion src/IDA/grap/idagrap/config/General.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"about_path": ROOT + os.path.sep + ".." + os.path.sep + "ui" + os.path.sep + "widgets" + os.path.sep + "about.html",
"pygmentize_css_path": ROOT + os.path.sep + ".." + os.path.sep + "ui" + os.path.sep + "widgets" + os.path.sep + "pygmentize.css",
"scripting_path": ROOT + os.path.sep + ".." + os.path.sep + "ui" + os.path.sep + "widgets" + os.path.sep + "scripting.html",
"version": "1.2.1",
"version": "1.3.0",
"name": "IDAgrap"
}

Expand Down
2 changes: 1 addition & 1 deletion src/tools/grap/grap.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import sys
import argparse

GRAP_VERSION="1.2.1"
GRAP_VERSION="1.3.0"

def main():
sys.setrecursionlimit(1000000)
Expand Down
2 changes: 1 addition & 1 deletion src/tools/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
from distutils.core import setup

setup(name="pygrap",
version='1.2.1',
version='1.3.0',
package_dir={ '': '${CMAKE_CURRENT_SOURCE_DIR}' },
packages=['grap_disassembler'])

0 comments on commit f34d899

Please sign in to comment.