Skip to content

Commit

Permalink
Increased version number to 1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed Mar 8, 2012
1 parent 17b92fe commit ca8358d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Guile/setup.scm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
(exit))

; current QuantLib version
(define version "1.2")
(define version "1.3")

; commands

Expand Down
2 changes: 1 addition & 1 deletion MzScheme/setup.scm
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@


; current QuantLib version
(define version "1.2")
(define version "1.3")

; utilities
(define (string-split s c)
Expand Down
2 changes: 1 addition & 1 deletion Perl/Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ WriteMakefile(
'OBJECT' => 'quantlib_wrap.o', # Object files
'MAKEFILE' => 'Makefile.quantlib',
'FIRST_MAKEFILE' => 'Makefile.quantlib',
'VERSION' => '1.2'
'VERSION' => '1.3'
);
2 changes: 1 addition & 1 deletion Python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def my_init_posix():
]

setup(name = "QuantLib-Python",
version = "1.2",
version = "1.3",
description = "Python bindings for the QuantLib library",
long_description = """
QuantLib (http://quantlib.org/) is a C++ library for financial quantitative
Expand Down
2 changes: 1 addition & 1 deletion Ruby/setup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def usage


# Current QuantLib version
Version = "1.2"
Version = "1.3"

cfg = Config::MAKEFILE_CONFIG

Expand Down
2 changes: 1 addition & 1 deletion SWIG/ql.i
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
%{
#include <ql/quantlib.hpp>

#if QL_HEX_VERSION < 0x010200f0
#if QL_HEX_VERSION < 0x010300f0
#error using an old version of QuantLib, please update
#endif

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
AC_INIT([QuantLib-SWIG], [1.2],
AC_INIT([QuantLib-SWIG], [1.3],
[[email protected]],
[QuantLib-SWIG])
AC_PREREQ(2.50)
Expand Down

0 comments on commit ca8358d

Please sign in to comment.