From 2d3feda213b801469e3e9f96d6b1d21cb35721d2 Mon Sep 17 00:00:00 2001 From: louis Date: Sun, 8 Feb 2015 13:37:01 +0100 Subject: [PATCH] version 1.1 --- src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.h b/src/version.h index 04eef5d..af86c54 100644 --- a/src/version.h +++ b/src/version.h @@ -1,2 +1,2 @@ -static const char version[] = "1.0"; -static const char uname[] = "rpn v1.0, (c) 2013 "; +static const char version[] = "1.1"; +static const char uname[] = "rpn v1.1, (c) 2013 ";