Reduce version to 0.0.0

We want to drive version from git tag. That means the git repo doesn't hold
version number. So we'll set version to 0.0.0 in git and anyone using the repo
from git will know they are doing something funky and will have to ask git
what version they are running.

Change-Id: Iea80c34d4b87a2a4f89ee5429aa1714cee481c11
This commit is contained in:
Spencer Krum 2015-03-12 16:02:17 -07:00 committed by James E. Blair
parent 76b2185b05
commit 5532712791
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "openstackinfra-httpd",
"version": "0.0.1",
"version": "0.0.0",
"author": "Openstack CI",
"summary": "Puppet module for httpd",
"license": "Apache 2.0",