File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ cmake_minimum_required(VERSION 3.16)
33project (ada
44  DESCRIPTION "Fast spec-compliant URL parser" 
55  LANGUAGES C CXX
6-   VERSION  3.1.1 
6+   VERSION  3.1.2 
77)
8- set (ADA_LIB_VERSION "3.1.1 "  CACHE  STRING  "ada library version" )
8+ set (ADA_LIB_VERSION "3.1.2 "  CACHE  STRING  "ada library version" )
99set (ADA_LIB_SOVERSION "3"  CACHE  STRING  "ada library soversion" )
1010
1111include (GNUInstallDirs)
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ PROJECT_NAME           = "Ada"
4848# could be handy for archiving the generated documentation or if some version
4949# control system is used.
5050
51- PROJECT_NUMBER         = "3.1.1 "
51+ PROJECT_NUMBER         = "3.1.2 "
5252
5353# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454# 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 55#ifndef  ADA_ADA_VERSION_H
66#define  ADA_ADA_VERSION_H 
77
8- #define  ADA_VERSION  " 3.1.1 " 
8+ #define  ADA_VERSION  " 3.1.2 " 
99
1010namespace  ada  {
1111
1212enum  {
1313  ADA_VERSION_MAJOR = 3 ,
1414  ADA_VERSION_MINOR = 1 ,
15-   ADA_VERSION_REVISION = 1 ,
15+   ADA_VERSION_REVISION = 2 ,
1616};
1717
1818}  //  namespace ada
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments