Skip to content

Commit

Permalink
Up to v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Clement Champetier committed Nov 10, 2016
1 parent c4bda3b commit ac0492c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sequenceParser/common.hpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#ifndef _SEQUENCE_PARSER_COMMON_DEFINITIONS_HPP
#define _SEQUENCE_PARSER_COMMON_DEFINITIONS_HPP

#define SEQUENCEPARSER_VERSION_MAJOR 1
#define SEQUENCEPARSER_VERSION_MINOR 2
#define SEQUENCEPARSER_VERSION_MICRO 1
#define SEQUENCEPARSER_VERSION_MAJOR 2
#define SEQUENCEPARSER_VERSION_MINOR 0
#define SEQUENCEPARSER_VERSION_MICRO 0

#include <string>
#include <cstddef>
Expand Down

0 comments on commit ac0492c

Please sign in to comment.