Skip to content

Commit 04eb752

Browse files
smacksmack
authored andcommitted
Bumped version number to 1.4.0.
1 parent 163c026 commit 04eb752

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Makefile.common.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Set the name of the project here
22
PROJECT_NAME := smack
3-
PROJ_VERSION := 1.3.1
3+
PROJ_VERSION := 1.4.0
44

55
# Set this variable to the top of the LLVM source tree.
66
LLVM_SRC_ROOT = @LLVM_SRC@

Makefile.llvm.config.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ PROJ_SRC_DIR := $(call realpath, $(PROJ_SRC_ROOT)/$(patsubst $(PROJ_OBJ_ROOT)%,%
5959
prefix := $(PROJ_INSTALL_ROOT)
6060
PROJ_prefix := $(prefix)
6161
ifndef PROJ_VERSION
62-
PROJ_VERSION := 1.3.1
62+
PROJ_VERSION := 1.4.0
6363
endif
6464

6565
PROJ_bindir := $(PROJ_prefix)/bin

bin/llvm2bpl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import io
88
import platform
99

10-
VERSION = '1.3.1'
10+
VERSION = '1.4.0'
1111

1212

1313
def is_valid_file(parser, arg):

bin/smack-verify.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import platform
99
from smackgen import *
1010

11-
VERSION = '1.3.1'
11+
VERSION = '1.4.0'
1212

1313

1414
def generateSourceErrorTrace(boogieOutput, bpl):

bin/smackgen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import platform
88
from llvm2bpl import *
99

10-
VERSION = '1.3.1'
10+
VERSION = '1.4.0'
1111

1212

1313
def smackParser():

0 commit comments

Comments
 (0)