Skip to content

Commit

Permalink
Bumped version number to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zvonimir committed Oct 21, 2013
1 parent 8e9a77f commit 545d64d
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Makefile.common.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Set the name of the project here
PROJECT_NAME := smack
PROJ_VERSION := 1.0
PROJ_VERSION := 1.3.0

# Set this variable to the top of the LLVM source tree.
LLVM_SRC_ROOT = @LLVM_SRC@
Expand Down
2 changes: 1 addition & 1 deletion Makefile.llvm.config.in
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ PROJ_SRC_DIR := $(call realpath, $(PROJ_SRC_ROOT)/$(patsubst $(PROJ_OBJ_ROOT)%,%
prefix := $(PROJ_INSTALL_ROOT)
PROJ_prefix := $(prefix)
ifndef PROJ_VERSION
PROJ_VERSION := 1.0
PROJ_VERSION := 1.3.0
endif

PROJ_bindir := $(PROJ_prefix)/bin
Expand Down
2 changes: 1 addition & 1 deletion bin/llvm2bpl.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import io
import platform

VERSION = '1.2'
VERSION = '1.3.0'


def is_valid_file(parser, arg):
Expand Down
2 changes: 1 addition & 1 deletion bin/smack-verify.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import platform
from smackgen import *

VERSION = '1.2'
VERSION = '1.3.0'


def generateSourceErrorTrace(boogieOutput, bpl):
Expand Down
2 changes: 1 addition & 1 deletion bin/smackgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import platform
from llvm2bpl import *

VERSION = '1.2'
VERSION = '1.3.0'


def smackParser():
Expand Down
24 changes: 12 additions & 12 deletions configure
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for SMACK 1.0.
# Generated by GNU Autoconf 2.69 for SMACK 1.3.0.
#
# Report bugs to <[email protected]>.
# Report bugs to <[email protected]>.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -580,10 +580,10 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='SMACK'
PACKAGE_TARNAME='smack'
PACKAGE_VERSION='1.0'
PACKAGE_STRING='SMACK 1.0'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_URL=''
PACKAGE_VERSION='1.3.0'
PACKAGE_STRING='SMACK 1.3.0'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_URL='http://github.com/smackers/smack'

ac_unique_file=""Makefile.common.in""
enable_option_checking=no
Expand Down Expand Up @@ -1406,7 +1406,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures SMACK 1.0 to adapt to many kinds of systems.
\`configure' configures SMACK 1.3.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1472,7 +1472,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of SMACK 1.0:";;
short | recursive ) echo "Configuration of SMACK 1.3.0:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1621,7 +1621,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
SMACK configure 1.0
SMACK configure 1.3.0
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -2170,7 +2170,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by SMACK $as_me 1.0, which was
It was created by SMACK $as_me 1.3.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -13430,7 +13430,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by SMACK $as_me 1.0, which was
This file was extended by SMACK $as_me 1.3.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -13487,7 +13487,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
SMACK config.status 1.0
SMACK config.status 1.3.0
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Expand Down

0 comments on commit 545d64d

Please sign in to comment.