Skip to content

Commit

Permalink
bumped version to 2022.09
Browse files Browse the repository at this point in the history
  • Loading branch information
pahihu committed Sep 9, 2022
1 parent 237b722 commit e2a809d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions include/mumps.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@
#define MAP_CHUNK (4*1024) // map is written in 4K chunks
#define MAX_MAP_BYTES (MAX_MAP_CHUNKS * 32 * MAP_CHUNK) // 4MB for now
#define MAX_DATABASE_BLKS 2147483647 // max of 2**31-1 for now
#define VERSION_MAJOR 2021 // Major version number
#define VERSION_MINOR 1 // Minor version number
#define VERSION_TEST 1 // Test version number
#define VERSION_MAJOR 2022 // Major version number
#define VERSION_MINOR 9 // Minor version number
#define VERSION_TEST 0 // Test version number
#define KBYTE ((size_t) 1024) // 1024
#define MBYTE ((size_t) 1048576) // 1024*1024
#define DAEMONS 10 // Jobs per daemon
Expand Down Expand Up @@ -719,3 +719,5 @@ extern u_char *mumpspc; // mumps prog pointer


#endif // !_MUMPS_MUMPS_H_

// vim:ts=8:sw=8:et

0 comments on commit e2a809d

Please sign in to comment.