Skip to content

Commit

Permalink
Released 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwarat committed Sep 7, 2010
1 parent b6fa11c commit c4bc6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dnl - if not 1, append datestamp to the version number.
m4_define([pad_released], [1])
m4_define([pad_major_version], [0])
m4_define([pad_minor_version], [1])
m4_define([pad_micro_version], [1])
m4_define([pad_micro_version], [2])
m4_define(pad_maybe_datestamp,
m4_esyscmd([if test x]pad_released[ != x1; then date +.%Y%m%d | tr -d '\n\r'; fi]))

Expand Down

0 comments on commit c4bc6e7

Please sign in to comment.