Commit fb76bc5 1 parent 8517418 commit fb76bc5 Copy full SHA for fb76bc5
File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 49
49
/**
50
50
* Version information
51
51
*/
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
54
54
55
55
/**
56
56
* Define the Citrine tokens
Original file line number Diff line number Diff line change 1
1
#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"
3
3
#define CTR_MSG_COPYRIGHT "Written by Gabor de Mooij © copyright 2019, Licensed BSD.\n"
4
4
#define CTR_MSG_USAGE_G "Not enough arguments. Usage: ctr -g file1.h file2.h"
5
5
#define CTR_MSG_USAGE_T "Not enough arguments. Usage: ctr -t d.dict program.ctr"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Sending toString to Program yields a version string:
2
2
Citrine Programming Language EN/US
3
3
4
4
Sending toNumber to Program yields a version number:
5
- 96
5
+ 10,000
6
6
Sending toString to Clock yields a date and time string:
7
7
True
8
8
Sending toNumber to Clock yields a time stamp number:
Original file line number Diff line number Diff line change 1
- 96Citrine Programming Language EN/US
1
+ 10,000Citrine Programming Language EN/US
You can’t perform that action at this time.
0 commit comments