Skip to content

Commit

Permalink
Increased version number
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed Nov 18, 2008
1 parent f283136 commit a2bcd32
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 "0.9.7")
(define version "0.9.8")

; 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 "0.9.7")
(define version "0.9.8")

; 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' => '0.9.0'
'VERSION' => '0.9.8'
);
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 = "0.9.7",
version = "0.9.8",
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 = "0.9.7"
Version = "0.9.8"

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 @@ -28,7 +28,7 @@
%{
#include <ql/quantlib.hpp>

#if QL_HEX_VERSION < 0x000907f0
#if QL_HEX_VERSION < 0x000908f0
#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], [0.9.7],
AC_INIT([QuantLib-SWIG], [0.9.8],
[[email protected]],
[QuantLib-SWIG])
AC_PREREQ(2.50)
Expand Down

0 comments on commit a2bcd32

Please sign in to comment.