Skip to content

Commit fb76bc5

Browse files
committed
Update version
1 parent 8517418 commit fb76bc5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

citrine.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
/**
5050
* Version information
5151
*/
52-
#define CTR_VERSION "0.9.6"
53-
#define CTR_VERSION_NUM 96
52+
#define CTR_VERSION "1.0.0 beta-1"
53+
#define CTR_VERSION_NUM 10000
5454

5555
/**
5656
* Define the Citrine tokens

i18n/en/msg.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#define CTR_MSG_LANG_CODE "en_us"
2-
#define CTR_MSG_WELCOME "Citrine Programming Language EN/GB (British)\n"
2+
#define CTR_MSG_WELCOME "Citrine Programming Language EN (English)\n"
33
#define CTR_MSG_COPYRIGHT "Written by Gabor de Mooij © copyright 2019, Licensed BSD.\n"
44
#define CTR_MSG_USAGE_G "Not enough arguments. Usage: ctr -g file1.h file2.h"
55
#define CTR_MSG_USAGE_T "Not enough arguments. Usage: ctr -t d.dict program.ctr"

tests/exp/xx2/test0308.exp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Sending toString to Program yields a version string:
22
Citrine Programming Language EN/US
33

44
Sending toNumber to Program yields a version number:
5-
96
5+
10,000
66
Sending toString to Clock yields a date and time string:
77
True
88
Sending toNumber to Clock yields a time stamp number:

tests/exp/xx2/test0343.exp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
96Citrine Programming Language EN/US
1+
10,000Citrine Programming Language EN/US

0 commit comments

Comments
 (0)