util: Introduce get_program_version function.
[sliver-openvswitch.git] / ovsdb / ovsdb-tool.c
index 74dfa5a..0e4a520 100644 (file)
@@ -85,7 +85,7 @@ parse_options(int argc, char *argv[])
             usage();
 
         case 'V':
-            OVS_PRINT_VERSION(0, 0);
+            ovs_print_version(0, 0);
             exit(EXIT_SUCCESS);
 
         case 'v':