Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
lr94 committed Apr 19, 2017
1 parent 87800e1 commit 9c1c547
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# LibExpreval 0.8.5 (15 Ottobre 2016)
# LibExpreval 0.8.6 (15 Ottobre 2016)

## Compatibilità

Expand Down
2 changes: 1 addition & 1 deletion src/include/expreval.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ SOFTWARE.
#ifndef EXPREVAL_H
#define EXPREVAL_H

#define LIBEXPREVAL_V "0.8.5"
#define LIBEXPREVAL_V "0.8.6"

enum {
ERROR_STACKOVERFLOW = 1, // Errore di superamento dei limiti dello stack
Expand Down
2 changes: 1 addition & 1 deletion src/include/expreval_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ SOFTWARE.
#define MAX_LITERALS_N 384 // Numero massimo di valori literals (anche uguali tra loro) presenti in un'espressione (ha effetto solo su x86_64)


#define LIBEXPREVAL_V "0.8.5"
#define LIBEXPREVAL_V "0.8.6"
/*
La tabella seguende (composta da un'enumerazione e 3 array) definisce tutte le informazioni necessarie sugli
operatori (simbolo, priorità, associatività e numero di operandi)
Expand Down

0 comments on commit 9c1c547

Please sign in to comment.