Skip to content

Commit

Permalink
2.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Y_Less committed Sep 7, 2022
1 parent e2d7a84 commit d5e8203
Show file tree
Hide file tree
Showing 15 changed files with 22 additions and 16 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# sscanf 2.13.1
# sscanf 2.13.2

## Introduction

Expand Down Expand Up @@ -162,6 +162,7 @@ This will fail because `"hello"` is not a whole number (or indeed any type of nu
* 15.12 [sscanf 2.12.1 - 05/05/2022](#sscanf-2121---05052022)
* 15.13 [sscanf 2.12.2 - 11/05/2022](#sscanf-2122---11052022)
* 15.14 [sscanf 2.13.1 - 25/06/2022](#sscanf-2131---25062022)
* 15.15 [sscanf 2.13.2 - 07/09/2022](#sscanf-2132---07092022)

## Downloads

Expand Down Expand Up @@ -2103,3 +2104,8 @@ the Initial Developer. All Rights Reserved.
* Add `MATCH_NAME_FIRST` to revert best name match behaviour.
* Improve `MATCH_NAME_PARTIAL`.
* Internal cleanup and fixes.

### sscanf 2.13.2 - 07/09/2022

* Rebuild for open.mp beta 9 SDK changes.

2 changes: 1 addition & 1 deletion args.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* sscanf 2.13.1
* sscanf 2.13.2
*
* Version: MPL 1.1
*
Expand Down
2 changes: 1 addition & 1 deletion array.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* sscanf 2.13.1
* sscanf 2.13.2
*
* Version: MPL 1.1
*
Expand Down
2 changes: 1 addition & 1 deletion array.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* sscanf 2.13.1
* sscanf 2.13.2
*
* Version: MPL 1.1
*
Expand Down
2 changes: 1 addition & 1 deletion data.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* sscanf 2.13.1
* sscanf 2.13.2
*
* Version: MPL 1.1
*
Expand Down
2 changes: 1 addition & 1 deletion data.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* sscanf 2.13.1
* sscanf 2.13.2
*
* Version: MPL 1.1
*
Expand Down
2 changes: 1 addition & 1 deletion enum.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* sscanf 2.13.1
* sscanf 2.13.2
*
* Version: MPL 1.1
*
Expand Down
2 changes: 1 addition & 1 deletion enum.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* sscanf 2.13.1
* sscanf 2.13.2
*
* Version: MPL 1.1
*
Expand Down
2 changes: 1 addition & 1 deletion kustom.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* sscanf 2.13.1
* sscanf 2.13.2
*
* Version: MPL 1.1
*
Expand Down
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# sscanf 2.13.1
# sscanf 2.13.2
#
# Version: MPL 1.1
#
Expand Down
2 changes: 1 addition & 1 deletion specifiers.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* sscanf 2.13.1
* sscanf 2.13.2
*
* Version: MPL 1.1
*
Expand Down
2 changes: 1 addition & 1 deletion specifiers.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* sscanf 2.13.1
* sscanf 2.13.2
*
* Version: MPL 1.1
*
Expand Down
4 changes: 2 additions & 2 deletions sscanf.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* sscanf 2.13.1
* sscanf 2.13.2
*
* Version: MPL 1.1
*
Expand Down Expand Up @@ -61,7 +61,7 @@

#define SSCANF_VERSION_MAJOR 2
#define SSCANF_VERSION_MINOR 13
#define SSCANF_VERSION_BUILD 1
#define SSCANF_VERSION_BUILD 2

#define SSCANF_VERSION STRINGISE(SSCANF_VERSION_MAJOR) "." STRINGISE(SSCANF_VERSION_MINOR) "." STRINGISE(SSCANF_VERSION_BUILD)

Expand Down
2 changes: 1 addition & 1 deletion sscanf.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* sscanf 2.13.1
* sscanf 2.13.2
*
* Version: MPL 1.1
*
Expand Down
2 changes: 1 addition & 1 deletion sscanf2.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* sscanf 2.13.1
* sscanf 2.13.2
*
* Version: MPL 1.1
*
Expand Down

0 comments on commit d5e8203

Please sign in to comment.