Skip to content

Commit

Permalink
Release 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
phuang committed Jul 5, 2010
1 parent 22c3c5f commit f7ad6df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
# Boston, MA 02111-1307 USA

# if not 1, append datestamp to the version number.
m4_define([ibus_released], [0])
m4_define([ibus_released], [1])
m4_define([ibus_major_version], [1])
m4_define([ibus_minor_version], [3])
m4_define([ibus_micro_version], [5])
m4_define([ibus_micro_version], [6])
m4_define(ibus_maybe_datestamp,
m4_esyscmd([if test x]ibus_released[ != x1; then date +.%Y%m%d | tr -d '\n\r'; fi]))

Expand Down

0 comments on commit f7ad6df

Please sign in to comment.