Skip to content

Commit

Permalink
refine gnumeric version detection
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfitz committed Apr 11, 2015
1 parent ac6af55 commit c46c689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libgnumeric/gnumeric_link.c
Expand Up @@ -46,7 +46,7 @@
#if GNM_VERSION_MAJOR <= 12
# if GNM_VERSION_MAJOR < 12
# define OLD_GNUMERIC_2
# elif GNM_VERSION_MINOR <= 10 // this may be inaccurate
# elif GNM_VERSION_MINOR <= 8 // this may be inaccurate
# define OLD_GNUMERIC_2
# endif
#endif
Expand Down

0 comments on commit c46c689

Please sign in to comment.