Skip to content

Commit

Permalink
Remove Arb, Calcium and Antic versions
Browse files Browse the repository at this point in the history
  • Loading branch information
albinahlback committed Nov 14, 2023
1 parent 55df66d commit 73cd8e2
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 67 deletions.
10 changes: 0 additions & 10 deletions src/arb.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,6 @@
extern "C" {
#endif

#define __ARB_VERSION 2
#define __ARB_VERSION_MINOR 23
#define __ARB_VERSION_PATCHLEVEL 0
#define ARB_VERSION "2.23.0"
#define __ARB_RELEASE (__ARB_VERSION * 10000 + \
__ARB_VERSION_MINOR * 100 + \
__ARB_VERSION_PATCHLEVEL)

FLINT_DLL extern const char * arb_version;

#define arb_midref(x) (&(x)->mid)
#define arb_radref(x) (&(x)->rad)

Expand Down
14 changes: 0 additions & 14 deletions src/arb/version.c

This file was deleted.

12 changes: 0 additions & 12 deletions src/calcium.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,6 @@
extern "C" {
#endif

/* Global library definitions */

const char * calcium_version(void);

#define __CALCIUM_VERSION 0
#define __CALCIUM_VERSION_MINOR 4
#define __CALCIUM_VERSION_PATCHLEVEL 1
#define CALCIUM_VERSION "0.4.0"
#define __CALCIUM_RELEASE (__CALCIUM_VERSION * 10000 + \
__CALCIUM_VERSION_MINOR * 100 + \
__CALCIUM_VERSION_PATCHLEVEL)

/* Input and output */

typedef struct
Expand Down
20 changes: 0 additions & 20 deletions src/calcium/version.c

This file was deleted.

12 changes: 1 addition & 11 deletions src/nf.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,9 @@
#include "fmpq_poly.h"

#ifdef __cplusplus
extern "C" {
extern "C" {
#endif

/* antic version number */

#define __ANTIC_VERSION 0
#define __ANTIC_VERSION_MINOR 2
#define __ANTIC_VERSION_PATCHLEVEL 4
#define ANTIC_VERSION "0.2.4"
#define __ANTIC_RELEASE (__ANTIC_VERSION * 10000 + \
__ANTIC_VERSION_MINOR * 100 + \
__ANTIC_VERSION_PATCHLEVEL)

typedef struct {
fmpq_poly_t pol; /* defining polynomial */
union {
Expand Down

0 comments on commit 73cd8e2

Please sign in to comment.