Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Commit

Permalink
Bump version to 2018.05.0.TIF
Browse files Browse the repository at this point in the history
  • Loading branch information
mkow committed May 18, 2018
1 parent 439f927 commit acd30ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/util/version.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ namespace veles {
namespace util {
namespace version {

const unsigned year = 2017;
const unsigned month = 6;
const unsigned year = 2018;
const unsigned month = 5;
const unsigned release = 0;
const unsigned patch = 1;
const QString codename = "SWOND";
const unsigned patch = 0;
const QString codename = "TIF";
const QString string =
patch > 0 ? QString("%1.%2.%3.%4.%5")
.arg(QString("%1").arg(year),
Expand Down

0 comments on commit acd30ba

Please sign in to comment.