mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-29 14:47:42 +00:00 
			
		
		
		
	Switch to two digit sonames.
Janet's versioning scheme is not 'true' semantic versioning. Minor versions can have and often do have breaking changes. Although such breakages are mostly avoided, only limited effort is made to prevent this, and no system is in place to verify this. Thus, stricter version pinning is needed.
This commit is contained in:
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							| @@ -148,7 +148,7 @@ build/janet.c: build/janet_boot src/boot/boot.janet | ||||
| ##### Amalgamation ##### | ||||
| ######################## | ||||
|  | ||||
| SONAME=libjanet.so.1 | ||||
| SONAME=libjanet.so.1.8 | ||||
|  | ||||
| build/shell.c: src/mainclient/shell.c | ||||
| 	cp $< $@ | ||||
|   | ||||
| @@ -3,7 +3,6 @@ | ||||
|  | ||||
| Unicode True | ||||
|  | ||||
| !verbose 4 | ||||
| !echo "Program Files: ${PROGRAMFILES}" | ||||
| !addplugindir "tools\" | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Calvin Rose
					Calvin Rose