Skip to content

Commit

Permalink
Merge pull request #62 from LeMonADE-project/release-2.0.0
Browse files Browse the repository at this point in the history
Release 2.0.0
  • Loading branch information
Martin Wengenmayr authored Jan 10, 2017
2 parents 4e99e80 + 72b1056 commit 881ed50
Show file tree
Hide file tree
Showing 12 changed files with 5,906 additions and 3 deletions.
4 changes: 4 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Hauke Rabbel, Germany
Martin Wengenmayr, Germany
Marco Werner, Germany

Other contributors:
--------------------
Cornelia Strübig, Germany: FeatureWall

These authors keep copyright of their contributions. They just grant
a license to everyone to use it as detailed in LICENSE.txt.

6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ PROJECT (LeMonADE)
SET (APPLICATION_NAME "LeMonADE")
SET (APPLICATION_CODENAME "${PROJECT_NAME}")
SET (APPLICATION_COPYRIGHT_YEARS "2015")
SET (APPLICATION_VERSION_MAJOR 1)
SET (APPLICATION_VERSION_MINOR 1)
SET (APPLICATION_VERSION_PATCH 3)
SET (APPLICATION_VERSION_MAJOR 2)
SET (APPLICATION_VERSION_MINOR 0)
SET (APPLICATION_VERSION_PATCH 0)
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: 2 additions & 0 deletions include/LeMonADE/feature/FeatureMoleculesIO.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ along with LeMonADE. If not, see <http://www.gnu.org/licenses/>.
#ifndef LEMONADE_FEATURE_FEATUREMOLECULESIO_H
#define LEMONADE_FEATURE_FEATUREMOLECULESIO_H

#include<stdint.h>

#include <LeMonADE/analyzer/AnalyzerWriteBfmFile.h>
#include <LeMonADE/core/MoleculesWrite.h>
#include <LeMonADE/core/MoleculesRead.h>
Expand Down
Loading

0 comments on commit 881ed50

Please sign in to comment.