Skip to content

Commit

Permalink
Release 0.10
Browse files Browse the repository at this point in the history
Signed-off-by: Tormod Volden <[email protected]>
  • Loading branch information
tormodvolden committed Nov 21, 2020
1 parent 68497c8 commit 37a393d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.59)
AC_INIT([dfu-util],[0.9],[http://sourceforge.net/p/dfu-util/tickets/],,[http://dfu-util.sourceforge.net])
AC_INIT([dfu-util],[0.10],[http://sourceforge.net/p/dfu-util/tickets/],,[http://dfu-util.sourceforge.net])
AC_CONFIG_AUX_DIR(m4)
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_HEADERS([config.h])
Expand Down
2 changes: 1 addition & 1 deletion doc/dfu-prefix.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 2.5
.\"
.TH "DFU\-PREFIX" "1" "November 2020" "dfu\-prefix 0.9" ""
.TH "DFU\-PREFIX" "1" "November 2020" "dfu\-prefix 0.10" ""
.hy
.SH NAME
.PP
Expand Down
2 changes: 1 addition & 1 deletion doc/dfu-prefix.1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% DFU-PREFIX(1) dfu-prefix 0.9
% DFU-PREFIX(1) dfu-prefix 0.10
% See AUTHORS file in source
% November 2020

Expand Down
2 changes: 1 addition & 1 deletion doc/dfu-suffix.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 2.5
.\"
.TH "DFU\-SUFFIX" "1" "November 2020" "dfu\-suffix 0.9" ""
.TH "DFU\-SUFFIX" "1" "November 2020" "dfu\-suffix 0.10" ""
.hy
.SH NAME
.PP
Expand Down
2 changes: 1 addition & 1 deletion doc/dfu-suffix.1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% DFU-SUFFIX(1) dfu-suffix 0.9
% DFU-SUFFIX(1) dfu-suffix 0.10
% See AUTHORS file in source
% November 2020

Expand Down
4 changes: 2 additions & 2 deletions src/portable.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
# include "config.h"
#else
# define PACKAGE "dfu-util"
# define PACKAGE_VERSION "0.9-msvc"
# define PACKAGE_STRING "dfu-util 0.9-msvc"
# define PACKAGE_VERSION "0.10-msvc"
# define PACKAGE_STRING "dfu-util 0.10-msvc"
# define PACKAGE_BUGREPORT "http://sourceforge.net/p/dfu-util/tickets/"
# include <io.h>
/* FIXME if off_t is a typedef it is not a define */
Expand Down

0 comments on commit 37a393d

Please sign in to comment.