~ubuntu-branches/debian/sid/pari/sid

« back to all changes in this revision

Viewing changes to Odos/paricfg.h

  • Committer: Package Import Robot
  • Author(s): Bill Allombert
  • Date: 2013-09-24 20:49:44 UTC
  • mfrom: (1.2.7)
  • Revision ID: package-import@ubuntu.com-20130924204944-3ddctn0k2mk1rpov
Tags: 2.5.5-1
* New upstream release
  - Fix detection of multiarch GMP.
* debian/control:
  - Bump Standards-Version to 3.9.4.
* debian/rules:
  - Add CPU mapping for s390x, sparc64 and ppc64

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
#define SHELL_Q '"'
11
11
#define DL_DFLT_NAME "libpari.dll"
12
12
 
13
 
#define PARIVERSION "GP/PARI CALCULATOR Version 2.5.4 (development git-52bd53b)"
 
13
#define PARIVERSION "GP/PARI CALCULATOR Version 2.5.5 (development git-d41178d)"
14
14
#if defined(__EMX__)
15
15
#  define PARIINFO "ix86 running EMX (ix86 kernel) 32-bit version"
16
16
#endif
20
20
#if !defined(PARIINFO)
21
21
#  define PARIINFO "ix86 running Windows 3.2 (ix86 kernel) 32-bit version"
22
22
#endif
23
 
#define PARI_VERSION_CODE 132356
 
23
#define PARI_VERSION_CODE 132357
24
24
#define PARI_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
25
25
#define PARI_VERSION_SHIFT 8
26
 
#define PARI_VCSVERSION "git-52bd53b"
 
26
#define PARI_VCSVERSION "git-d41178d"
27
27
 
28
28
#define PARI_DOUBLE_FORMAT 1
29
29
#ifdef _MSC_VER /* MSVC inline directive */