Skip to content

Commit

Permalink
Released 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwarat committed Nov 30, 2010
1 parent 44a4af5 commit 54d661f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@

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], [2])
m4_define([pad_major_version], [1])
m4_define([pad_minor_version], [0])
m4_define([pad_micro_version], [0])
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 54d661f

Please sign in to comment.