Skip to content

Commit

Permalink
Merge pull request #19 from SeadexGmbH/yasmine-1.3.1
Browse files Browse the repository at this point in the history
yasmine 1.3.1
  • Loading branch information
SeadexTM authored Aug 14, 2017
2 parents e1966ff + 8a0cd99 commit 3942855
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion libyasmine/include_impl/build_number.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ namespace version
{


const sxe::uint16_t BUILD_NUMBER( 687 );
const sxe::uint16_t BUILD_NUMBER( 712 );


}
Expand Down
2 changes: 1 addition & 1 deletion libyasmine/source/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ namespace

const sxe::uint16_t VERSION_MAJOR( 1 );
const sxe::uint16_t VERSION_MINOR( 2 );
const sxe::uint16_t VERSION_PATCH( 0 );
const sxe::uint16_t VERSION_PATCH( 1 );


}
Expand Down
2 changes: 1 addition & 1 deletion libygen/include/libygen_build_number.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ namespace version
{


const sxe::uint16_t BUILD_NUMBER( 661 );
const sxe::uint16_t BUILD_NUMBER( 712 );


}
Expand Down
4 changes: 2 additions & 2 deletions libygen/source/libygen_version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ namespace


const sxe::uint16_t VERSION_MAJOR( 0 );
const sxe::uint16_t VERSION_MINOR( 1 );
const sxe::uint16_t VERSION_PATCH( 0 );
const sxe::uint16_t VERSION_MINOR( 2 );
const sxe::uint16_t VERSION_PATCH( 1 );


}
Expand Down
4 changes: 2 additions & 2 deletions version.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Versions
� genesis 0.3.1
� yasmine_model 0.2.1
� libygen 0.2.1
� ygen 0.2.1
� ygen 0.1.2


� yasmine 1.3.0 released 2017-06-26
Expand All @@ -17,7 +17,7 @@ Versions
� genesis 0.3.0
� yasmine_model 0.2.0
� libygen 0.2.0
� ygen 0.2.0
� ygen 0.1.1


� yasmine 1.2.1 released 2017-04-28
Expand Down
2 changes: 1 addition & 1 deletion yasmine_model/include/build_number.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ namespace version
{


const sxe::uint16_t BUILD_NUMBER( 661 );
const sxe::uint16_t BUILD_NUMBER( 712 );


}
Expand Down
4 changes: 2 additions & 2 deletions yasmine_model/source/model_version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ namespace


const sxe::uint16_t VERSION_MAJOR( 0 );
const sxe::uint16_t VERSION_MINOR( 1 );
const sxe::uint16_t VERSION_PATCH( 0 );
const sxe::uint16_t VERSION_MINOR( 2 );
const sxe::uint16_t VERSION_PATCH( 1 );


}
Expand Down
2 changes: 1 addition & 1 deletion ygen/include/ygen_build_number.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace version
{


const sxe::uint16_t BUILD_NUMBER( 661 );
const sxe::uint16_t BUILD_NUMBER( 712 );


}
Expand Down
2 changes: 1 addition & 1 deletion ygen/source/ygen_version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ namespace

const sxe::uint16_t VERSION_MAJOR( 0 );
const sxe::uint16_t VERSION_MINOR( 1 );
const sxe::uint16_t VERSION_PATCH( 0 );
const sxe::uint16_t VERSION_PATCH( 2 );


}
Expand Down

0 comments on commit 3942855

Please sign in to comment.