Skip to content

Commit

Permalink
Set Version 2.5.1 to main.cpp and configure.ac
Browse files Browse the repository at this point in the history
  • Loading branch information
masafumi-inoue committed Apr 22, 2019
1 parent 1568a82 commit 829b501
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([GTS], [2.5.0], [], [GTS], [https://github.com/opentoonz/GTS])
AC_INIT([GTS], [2.5.1], [], [GTS], [https://github.com/opentoonz/GTS])

AM_INIT_AUTOMAKE([subdir-objects foreign])
AC_CONFIG_HEADER([config.h])
Expand Down
2 changes: 1 addition & 1 deletion sources/main/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ static int argument_analyzer( int argc, char *argv[], char *cp_comm, gts_master
#ifdef PACKAGE_NAME
gts_master cl_gts_master(PACKAGE_NAME, PACKAGE_VERSION, CONFIGURATION_DATE);
# else
gts_master cl_gts_master( "gts" ,"2.5.0.053" ,"2019-04-22" );
gts_master cl_gts_master( "gts" ,"2.5.1" ,"2019-04-22" );
# endif

int main( int argc, char **argv )
Expand Down

0 comments on commit 829b501

Please sign in to comment.