Skip to content

Commit 9fd2f1f

Browse files
committed
Update version no.
1 parent f0c4aeb commit 9fd2f1f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

citrine.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
/**
5050
* Version information
5151
*/
52-
#define CTR_VERSION "1.0.0"
52+
#define CTR_VERSION "1.0.1"
5353
#define CTR_VERSION_NUM 10000
5454

5555
/**

misc/distrib.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ mkdir dist/Linux
2222
mkdir dist/Linux/ISO
2323
mkdir dist/Linux/OUT
2424

25-
VERSION="1_0_0" #for files
26-
VERSION_NAME="1.0.0" #for display
25+
VERSION="1_0_1" #for files
26+
VERSION_NAME="1.0.1" #for display
2727
VERSION_DEB="-1" #for debian
2828

2929
echo "VERSION = $VERSION"

0 commit comments

Comments
 (0)