Recent changes

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The following changes since commit 33c142be80a031dfd9ad4f8237b73f4741648fa1:

  Remove solaris posix_memalign() helper (2011-04-25 20:49:45 +0200)

are available in the git repository at:
  git://git.kernel.dk/fio.git master

Jens Axboe (2):
      Add space between -m and 755 for install
      Fio 1.52

 Makefile               |    2 +-
 init.c                 |    2 +-
 os/windows/install.wxs |    2 +-
 os/windows/version.h   |    4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

---

Diff of recent changes:

diff --git a/Makefile b/Makefile
index c45a1b1..ea74354 100644
--- a/Makefile
+++ b/Makefile
@@ -89,7 +89,7 @@ cscope:
 	@cscope -b -R
 
 install: $(PROGS) $(SCRIPTS)
-	$(INSTALL) -m755 -d $(DESTDIR)$(bindir)
+	$(INSTALL) -m 755 -d $(DESTDIR)$(bindir)
 	$(INSTALL) $(PROGS) $(SCRIPTS) $(DESTDIR)$(bindir)
 	$(INSTALL) -m 755 -d $(DESTDIR)$(mandir)/man1
 	$(INSTALL) -m 644 fio.1 $(DESTDIR)$(mandir)/man1
diff --git a/init.c b/init.c
index b96350a..aa31138 100644
--- a/init.c
+++ b/init.c
@@ -22,7 +22,7 @@
 
 #include "lib/getopt.h"
 
-static char fio_version_string[] = "fio 1.51";
+static char fio_version_string[] = "fio 1.52";
 
 #define FIO_RANDSEED		(0xb1899bedUL)
 
diff --git a/os/windows/install.wxs b/os/windows/install.wxs
index a4ffa0c..ebad81a 100755
--- a/os/windows/install.wxs
+++ b/os/windows/install.wxs
@@ -2,7 +2,7 @@
 <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";>
 
 <?define VersionMajor = 1?>
-<?define VersionMinor = 51?>
+<?define VersionMinor = 52?>
 <?define VersionBuild = 0?>
 
 	<Product Id="*"
diff --git a/os/windows/version.h b/os/windows/version.h
index 7d803ee..0bdf3d5 100644
--- a/os/windows/version.h
+++ b/os/windows/version.h
@@ -1,4 +1,4 @@
 #define FIO_VERSION_MAJOR 1
-#define FIO_VERSION_MINOR 51
+#define FIO_VERSION_MINOR 52
 #define FIO_VERSION_BUILD 0
-#define FIO_VERSION_STRING "1.51"
+#define FIO_VERSION_STRING "1.52"
--
To unsubscribe from this list: send the line "unsubscribe fio" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Kernel]     [Linux SCSI]     [Linux IDE]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux SCSI]

  Powered by Linux