Skip to content

Commit

Permalink
Bumps version number to v0.8-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
Friedemann Zenke committed Aug 31, 2016
1 parent 0af257d commit 5163641
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/auryn/AurynVersion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ namespace auryn {
int AurynVersion::revision_number = 0;
NeuronID AurynVersion::tag_binary_spike_monitor = 287960000+100*0+10*8+1*0; //!< file signature for BinarySpikeMonitor files
AurynState AurynVersion::tag_binary_state_monitor = 61000+100*0+10*8+1*0; //!< file signature for BinaryStateMonitor files
std::string AurynVersion::revision_suffix = "-beta-5e0503d";
std::string AurynVersion::git_describe = "v0.8.0-dev-262-g5e0503d";
std::string AurynVersion::revision_suffix = "-beta3-0af257d";
std::string AurynVersion::git_describe = "v0.8.0-dev-295-g0af257d";

}

2 changes: 1 addition & 1 deletion src/auryn/mk_version_info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
AURYNVERSION=0
AURYNSUBVERSION=8
AURYNREVISIONNUMBER=0
AURYNREVISIONSUFFIX="-beta"
AURYNREVISIONSUFFIX="-beta3"


# Do not edit below
Expand Down

0 comments on commit 5163641

Please sign in to comment.