Skip to content

Commit

Permalink
Released 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwarat committed Jul 8, 2010
1 parent c48bd95 commit 88e53fc
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@
# MA 02110-1301 USA

dnl - if not 1, append datestamp to the version number.
m4_define([pad_released], [0])
m4_define([pad_released], [1])
m4_define([pad_major_version], [0])
m4_define([pad_minor_version], [1])
m4_define([pad_micro_version], [0])
m4_define([pad_micro_version], [1])
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
1 change: 1 addition & 0 deletions input-pad.pc.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@/input-pad-@libinput_pad_VERSION@
kbduidir=@libdir@/input-pad-@libinput_pad_VERSION@/modules/kbdui
Expand Down

0 comments on commit 88e53fc

Please sign in to comment.