File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ Version 2.1.0 - July 18 2017
103103    Added CMake install step
104104    Make cpplint.py Python-3 compatible
105105
106- Version X 
106+ Version 2.2.0 - Sept 19 2017 
107107    Update SQLite3 from 3.19.3 to latest 3.20.1 (2017-08-24)
108108    Removed virtual kewords from destructors
109109    Removed misplaced noexcept keyword
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME           = SQLiteC++
3838# could be handy for archiving the generated documentation or if some version
3939# control system is used.
4040
41- PROJECT_NUMBER         = 2.1 .0
41+ PROJECT_NUMBER         = 2.2 .0
4242
4343# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change 3838 * with the value (X*1000000 + Y*1000 + Z) where X, Y, and Z are the same 
3939 * numbers used in [SQLITECPP_VERSION]. 
4040 */ 
41- #define  SQLITECPP_VERSION            "2.01 .00"   // 2.0 .0
42- #define  SQLITECPP_VERSION_NUMBER      2001000     // 2.0 .0
41+ #define  SQLITECPP_VERSION            "2.02 .00"   // 2.2 .0
42+ #define  SQLITECPP_VERSION_NUMBER      2002000     // 2.2 .0
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments