Skip to content

Commit

Permalink
fixing version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
karypis committed Dec 5, 2022
1 parent 9e5f756 commit f5ae915
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions include/metis.h
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ typedef __int64 int64_t;
*-------------------------------------------------------------------------*/
/* Metis's version number */
#define METIS_VER_MAJOR 5
#define METIS_VER_MINOR 1
#define METIS_VER_SUBMINOR 0
#define METIS_VER_MINOR 2
#define METIS_VER_SUBMINOR 1

/* The maximum length of the options[] array */
#define METIS_NOPTIONS 40
Expand Down
2 changes: 1 addition & 1 deletion libmetis/defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#ifndef _LIBMETIS_DEFS_H_
#define _LIBMETIS_DEFS_H_

#define METISTITLE "METIS 5.2 Copyright 1998-16, Regents of the University of Minnesota\n"
#define METISTITLE "METIS 5.2.1 Copyright 1998-22, Regents of the University of Minnesota\n"
#define MAXLINE 1280000

#define LTERM (void **) 0 /* List terminator for gk_free() */
Expand Down

0 comments on commit f5ae915

Please sign in to comment.