Skip to content

Commit

Permalink
Release llamafile v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jart committed Jan 27, 2024
1 parent dfd3335 commit d4c602d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llamafile/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#define LLAMAFILE_MAJOR 0
#define LLAMAFILE_MINOR 6
#define LLAMAFILE_PATCH 1
#define LLAMAFILE_PATCH 2
#define LLAMAFILE_VERSION (100000000 * LLAMAFILE_MAJOR + 1000000 * LLAMAFILE_MINOR + LLAMAFILE_PATCH)

#define MKVERSION__(x, y, z) #x "." #y "." #z
Expand Down

0 comments on commit d4c602d

Please sign in to comment.