Skip to content

Commit

Permalink
Bump version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
moldyn-nagel committed Sep 30, 2019
1 parent 044a0bc commit 80a0d17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doxygen.config
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = clustering
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = v1.2.0
PROJECT_NUMBER = v1.2.1

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion src/clustering.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
int main(int argc, char* argv[]) {
namespace b_po = boost::program_options;
std::string version_number = "v1.2.0";
std::string version_number = "v1.2.1";
// generate header string
std::string leading_whitespace(25 - (19 + version_number.size())/2, ' ');
std::ostringstream header_ostring;
Expand Down

0 comments on commit 80a0d17

Please sign in to comment.