Skip to content

Commit

Permalink
Merge pull request #27 from hrabbel/bugfix-1.1.1
Browse files Browse the repository at this point in the history
Fixed copy-paste error in include guard for AnalyzerWriteBfmFileSubgroup
  • Loading branch information
Martin Wengenmayr committed Apr 29, 2016
2 parents 7d51597 + f400026 commit 4dce1f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ SET (APPLICATION_CODENAME "${PROJECT_NAME}")
SET (APPLICATION_COPYRIGHT_YEARS "2015")
SET (APPLICATION_VERSION_MAJOR 1)
SET (APPLICATION_VERSION_MINOR 1)
SET (APPLICATION_VERSION_PATCH 0)
SET (APPLICATION_VERSION_PATCH 1)
SET (APPLICATION_VERSION_TYPE SNAPSHOT)
SET (APPLICATION_VERSION_STRING "${APPLICATION_VERSION_MAJOR}.${APPLICATION_VERSION_MINOR}.${APPLICATION_VERSION_PATCH}-${APPLICATION_VERSION_TYPE}")
SET (APPLICATION_ID "${APPLICATION_VENDOR_ID}.${PROJECT_NAME}")
Expand Down
2 changes: 1 addition & 1 deletion include/LeMonADE/analyzer/AnalyzerWriteBfmFileSubGroup.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ along with LeMonADE. If not, see <http://www.gnu.org/licenses/>.
--------------------------------------------------------------------------------*/

#ifndef LEMONADE_ANALYZER_ANALYZERWRITEBFMFILESUBGROUP_H
#ifndef LEMONADE_ANALYZER_ANALYZERWRITEBFMFILESUBGROUP_H
#define LEMONADE_ANALYZER_ANALYZERWRITEBFMFILESUBGROUP_H

#include <set>
#include <map>
Expand Down

0 comments on commit 4dce1f4

Please sign in to comment.