mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-31 07:33:01 +00:00 
			
		
		
		
	Version bump.
This commit is contained in:
		| @@ -5,9 +5,9 @@ | ||||
|  | ||||
| #define JANET_VERSION_MAJOR 1 | ||||
| #define JANET_VERSION_MINOR 15 | ||||
| #define JANET_VERSION_PATCH 0 | ||||
| #define JANET_VERSION_EXTRA "" | ||||
| #define JANET_VERSION "1.15.0" | ||||
| #define JANET_VERSION_PATCH 1 | ||||
| #define JANET_VERSION_EXTRA "-dev" | ||||
| #define JANET_VERSION "1.15.1-dev" | ||||
|  | ||||
| /* #define JANET_BUILD "local" */ | ||||
|  | ||||
|   | ||||
| @@ -746,7 +746,7 @@ static const JanetReg io_cfuns[] = { | ||||
|              "* r - allow reading from the file\n\n" | ||||
|              "* w - allow writing to the file\n\n" | ||||
|              "* a - append to the file\n\n" | ||||
|              "Following one fo the initial flags, 0 or more of the following flags can be appended:\n\n" | ||||
|              "Following one of the initial flags, 0 or more of the following flags can be appended:\n\n" | ||||
|              "* b - open the file in binary mode (rather than text mode)\n\n" | ||||
|              "* + - append to the file instead of overwriting it\n\n" | ||||
|              "* n - error if the file cannot be opened instead of returning nil") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Calvin Rose
					Calvin Rose