Skip to content

Commit

Permalink
Follow semantic versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
souryogurt committed Feb 15, 2018
1 parent eee0d58 commit a0aa523
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
AC_INIT([topdax],[0.1],[Egor Artemov<[email protected]>],[topdax],[https://github.com/souryogurt/topdax])
AC_INIT([topdax],[0.1.0],[Egor Artemov <[email protected]>],[topdax],[https://github.com/souryogurt/topdax])
AC_CONFIG_MACRO_DIRS([m4])
AC_CONFIG_SRCDIR([src/topdax.c])
AC_CONFIG_HEADERS([src/config.h])
Expand Down
2 changes: 2 additions & 0 deletions tests/topdax_suite.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@

START_TEST(test_first)
{
if(0){
ck_abort_msg("test that fails");
}
}
END_TEST

Expand Down

0 comments on commit a0aa523

Please sign in to comment.