File: version_number.txt

package info (click to toggle)
quantlib 1.40-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 41,768 kB
  • sloc: cpp: 398,987; makefile: 6,574; python: 214; sh: 150; lisp: 86
file content (9 lines) | stat: -rw-r--r-- 241 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9

The version number needs to be updated manually in:

    QuantLib/configure.ac
    QuantLib/ql/version.hpp

After modifying configure.ac, running ./autogen.sh and ./configure
will update the version number in any other file that needs it.