Skip to content

Commit

Permalink
Version 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanSalwan committed Nov 17, 2016
1 parent e2fbd2c commit 0c2ea26
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .build_number
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1341
1342
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ endif()

file(READ ${CMAKE_SOURCE_DIR}/.build_number BUILD_NUMBER)
set(VERSION_MAJOR 0)
set(VERSION_MINOR 3)
set(VERSION_MINOR 4)
set(VERSION_BUILD ${BUILD_NUMBER})

if(INCBUILD)
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "libTriton"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = "version 0.3 build 1341"
PROJECT_NUMBER = "version 0.4 build 1342"

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/setup.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import shutil
import platform

package_name = 'triton'
version = '0.3'
version = '0.4'
package_description = '''
Triton is a dynamic binary analysis (DBA) framework. It provides internal components like a
Dynamic Symbolic Exuction (DSE) engine, a Taint Engine, AST Semantics representations of the x86 and
Expand Down

0 comments on commit 0c2ea26

Please sign in to comment.