Skip to content

Commit

Permalink
version 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jroeger23 committed Jun 7, 2020
1 parent 0c544aa commit f236f23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('XRootGIF', 'c', license : 'MIT', version : '1.4.2', default_options : [ 'optimization=2', 'c_link_args=-lgif' ] )
project('XRootGIF', 'c', license : 'MIT', version : '1.5.1', default_options : [ 'optimization=2', 'c_link_args=-lgif' ] )
incdir = include_directories('src/')
fsmod = import('fs')

Expand Down
2 changes: 1 addition & 1 deletion src/xrootgif.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
#ifdef HAVE_XRANDR
#include <X11/extensions/Xrandr.h>
#endif
#define VERSION "1.5.0"
#define VERSION "1.5.1"
#define EXIT_ON_ERROR 1
#define HELP_TEXT "" \
"XRootGIF "VERSION"\n" \
Expand Down

0 comments on commit f236f23

Please sign in to comment.