util: Introduce get_program_version function.
[sliver-openvswitch.git] / utilities / ovs-dpctl.c
index 415d276..7962c7a 100644 (file)
@@ -108,7 +108,7 @@ parse_options(int argc, char *argv[])
             usage();
 
         case 'V':
-            OVS_PRINT_VERSION(0, 0);
+            ovs_print_version(0, 0);
             exit(EXIT_SUCCESS);
 
         VLOG_OPTION_HANDLERS