File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# Hoel Changelog  
22
3+ ## 1.4.22  
4+ 
5+ -  Fix ` h_escape_string_mariadb ` 
6+ 
37## 1.4.21  
48
59-  Replace ` #define h_exec_query_sqlite `  with a redefinition of ` h_exec_query_sqlite `  as a function
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ set(PROJECT_HOMEPAGE_URL "https://github.com/babelouest/hoel/")
2828set (PROJECT_BUGREPORT_PATH "https://github.com/babelouest/hoel/issues" )
2929set (LIBRARY_VERSION_MAJOR "1" )
3030set (LIBRARY_VERSION_MINOR "4" )
31- set (LIBRARY_VERSION_PATCH "21 " )
31+ set (LIBRARY_VERSION_PATCH "22 " )
3232set (ORCANIA_VERSION_REQUIRED "2.2.2" )
3333set (YDER_VERSION_REQUIRED "1.4.15" )
3434set (JANSSON_VERSION_REQUIRED "2.4" )
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ OBJECTS=hoel-sqlite.o hoel-mariadb.o hoel-pgsql.o hoel-simple-json.o hoel.o
6060OUTPUT =libhoel.so
6161VERSION_MAJOR =1
6262VERSION_MINOR =4
63- VERSION_PATCH =21 
63+ VERSION_PATCH =22 
6464
6565all : release
6666
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments