null+****@clear*****
null+****@clear*****
2012年 4月 17日 (火) 10:16:29 JST
Kouhei Sutou 2012-04-17 10:16:29 +0900 (Tue, 17 Apr 2012)
New Revision: 066879e2489f554ad3deb02690eda9c633ba455a
Log:
am: remove a garbage space
Modified files:
Makefile.am
version_in_hex
Modified: Makefile.am (+1 -1)
===================================================================
--- Makefile.am 2012-04-17 10:03:10 +0900 (6bd58bd)
+++ Makefile.am 2012-04-17 10:16:29 +0900 (e51c949)
@@ -128,7 +128,7 @@ update-version:
@echo -n $(NEW_VERSION_MAJOR).$(NEW_VERSION_MINOR)$(NEW_VERSION_MICRO) \
> $(srcdir)/version
@printf "0x%02x%02x" \
- $(NEW_VERSION_MAJOR) $(NEW_VERSION_MINOR) $(NEW_VERSION_MICRO) \
+ $(NEW_VERSION_MAJOR) $(NEW_VERSION_MINOR)$(NEW_VERSION_MICRO) \
> $(srcdir)/version_in_hex
@printf "%d.%d" \
$(NEW_VERSION_MAJOR) $(NEW_VERSION_MINOR)$(NEW_VERSION_MICRO) \
Modified: version_in_hex (+1 -1)
===================================================================
--- version_in_hex 2012-04-17 10:03:10 +0900 (ba88e79)
+++ version_in_hex 2012-04-17 10:16:29 +0900 (5b0062b)
@@ -1 +1 @@
-0x02000x0200
\ No newline at end of file
+0x0202
\ No newline at end of file