Remove 'vsn' module attribute

The 'vsn' module attribute was set to $Revision$ but this keyword
isn't replaced by default by Git. We'll have to figure out how to handle
this.
This commit is contained in:
Jean-Sébastien Pédron 2011-03-22 16:01:13 +01:00
parent 919d6562bf
commit afd9a53245

View File

@ -1,7 +1,6 @@
%% $Id$
-module(yaml_parser).
-vsn("$Revision$ ").
-include("yaml_parser.hrl").
-include("yaml_tokens.hrl").