<?php

/**
 * @file
 * Tell your module about the views API version.
 */

/**
 * Implements hook_views_api().
 */
function social_stats_views_views_api() {
  return array(
    'api' => 3,
    'path' => drupal_get_path('module', 'social_stats_views'),
  );
}
