mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	Update copyright years and version name.
This commit is contained in:
		
							parent
							
								
									6c8850d94d
								
							
						
					
					
						commit
						f125bf5f94
					
				
					 4 changed files with 4 additions and 4 deletions
				
			
		|  | @ -118,7 +118,7 @@ been GPL-compatible; the table below summarizes the various releases. | ||||||
| +----------------+--------------+------------+------------+-----------------+ | +----------------+--------------+------------+------------+-----------------+ | ||||||
| | 3.2.2          | 3.2.1        | 2011       | PSF        | yes             | | | 3.2.2          | 3.2.1        | 2011       | PSF        | yes             | | ||||||
| +----------------+--------------+------------+------------+-----------------+ | +----------------+--------------+------------+------------+-----------------+ | ||||||
| | 3.3            | 3.2          | 2012       | PSF        | yes             | | | 3.3.0          | 3.2          | 2012       | PSF        | yes             | | ||||||
| +----------------+--------------+------------+------------+-----------------+ | +----------------+--------------+------------+------------+-----------------+ | ||||||
| 
 | 
 | ||||||
| .. note:: | .. note:: | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								LICENSE
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								LICENSE
									
										
									
									
									
								
							|  | @ -73,7 +73,7 @@ the various releases. | ||||||
|     3.2             3.1         2011        PSF         yes |     3.2             3.1         2011        PSF         yes | ||||||
|     3.2.1           3.2         2011        PSF         yes |     3.2.1           3.2         2011        PSF         yes | ||||||
|     3.2.2           3.2.1       2011        PSF         yes |     3.2.2           3.2.1       2011        PSF         yes | ||||||
|     3.3             3.2         2012        PSF         yes |     3.3.0           3.2         2012        PSF         yes | ||||||
| 
 | 
 | ||||||
| Footnotes: | Footnotes: | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -12,7 +12,7 @@ | ||||||
| #   include "pythonnt_rc.h" | #   include "pythonnt_rc.h" | ||||||
| #endif | #endif | ||||||
| 
 | 
 | ||||||
| /* e.g., 2.1a2 | /* e.g., 3.3.0a1 | ||||||
|  * PY_VERSION comes from patchevel.h |  * PY_VERSION comes from patchevel.h | ||||||
|  */ |  */ | ||||||
| #define PYTHON_VERSION PY_VERSION "\0" | #define PYTHON_VERSION PY_VERSION "\0" | ||||||
|  |  | ||||||
|  | @ -19,5 +19,5 @@ All Rights Reserved."; | ||||||
| const char * | const char * | ||||||
| Py_GetCopyright(void) | Py_GetCopyright(void) | ||||||
| { | { | ||||||
| 	return cprt; |     return cprt; | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Georg Brandl
						Georg Brandl