Mercurial > pub > dyncall > bindings
diff shell/shdc/shdc.c @ 1:5e159be89d73
- ruby and sh binding updates for dc r0.9
author | cslag |
---|---|
date | Thu, 31 Dec 2015 20:17:37 +0100 |
parents | 0cfcc391201f |
children | 681db37a300c |
line wrap: on
line diff
--- a/shell/shdc/shdc.c Thu Mar 19 22:26:28 2015 +0100 +++ b/shell/shdc/shdc.c Thu Dec 31 20:17:37 2015 +0100 @@ -3,7 +3,7 @@ File: bindings/shell.c Description: printf(1) style function call mechanism License: - Copyright (c) 2007-2014 Daniel Adler <dadler@uni-goettingen.de>, + Copyright (c) 2007-2015 Daniel Adler <dadler@uni-goettingen.de>, Tassilo Philipp <tphilipp@potion-studios.com> Permission to use, copy, modify, and distribute this software for any @@ -26,7 +26,7 @@ #include <stdio.h> #include <stdlib.h> /* needed on some platforms to make atof work _at_runtime_ */ -#define SHDC_VERSION "0.8" +#define SHDC_VERSION "0.9" void usage(const char* s)