File: __parallel_package_version__.m

package info (click to toggle)
octave-parallel 4.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,648 kB
  • sloc: ansic: 24,011; cpp: 6,848; sh: 4,476; makefile: 297; perl: 170; xml: 22
file content (15 lines) | stat: -rw-r--r-- 293 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## This file is granted to the public domain.

## -*- texinfo -*-
## @deftypefn{Function File} {} __parallel_package_version__ ()
##
## Internal function, returns version of parallel package.
##
## @end deftypefn

function ver = __parallel_package_version__ ()

  ver = "4.0.0";

endfunction