mirror of
				https://github.com/open-source-parsers/jsoncpp.git
				synced 2025-11-03 18:22:32 -05:00 
			
		
		
		
	We should automate this, but for now we can at least update:
    make -f dev.makefile update-version
    make -f dev.makefile dox
    # Then, go to jsoncpp-doc repo, add, and push.
* https://github.com/open-source-parsers/jsoncpp-docs/issues/2
		
	
			
		
			
				
	
	
		
			6 lines
		
	
	
		
			60 B
		
	
	
	
		
			Perl
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			60 B
		
	
	
	
		
			Perl
		
	
	
	
	
	
while (<>) {
 | 
						|
	if (/version : '(.+)',/) {
 | 
						|
		print "$1";
 | 
						|
	}
 | 
						|
}
 |