Code

increment version number to 0.29
[ncmpc.git] / meson.build
index faaa2c6df78a336f73728e4d76aef82944782635..b2fd42a4d7dc2e195830976f73742e22c778a3e3 100644 (file)
@@ -1,5 +1,5 @@
 project('ncmpc', 'c',
-  version: '0.28',
+  version: '0.29',
   default_options: [
     'c_std=c99',
   ],
@@ -145,6 +145,8 @@ conf.set('ENABLE_LIRC', enable_lirc)
 conf.set('ENABLE_COLORS', curses_color)
 
 common_cflags = [
+  # for getaddrinfo() and sigaction() with glibc
+  '-D_GNU_SOURCE',
 ]
 
 test_cflags = [