File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ include(CTest)
2121################################ 
2222# set lib version here 
2323
24- set (GENERIC_LIB_VERSION "6.2 .0" )
25- set (GENERIC_LIB_SOVERSION "6 " )
24+ set (GENERIC_LIB_VERSION "7.0 .0" )
25+ set (GENERIC_LIB_SOVERSION "7 " )
2626
2727################################ 
2828# Add definitions 
Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ PROJECT_NAME           = "TinyXML-2"
3939# control system is used.
4040
4141<<<<<<< HEAD
42- PROJECT_NUMBER = 6.2 .0
42+ PROJECT_NUMBER = 7.0 .0
4343=======
44- PROJECT_NUMBER = 6.2 .0
44+ PROJECT_NUMBER = 7.0 .0
4545>>>>>>> master
4646
4747# Using the PROJECT_BRIEF tag one can provide an optional one line description
Original file line number Diff line number Diff line change @@ -98,12 +98,12 @@ distribution.
9898/*  Versioning, past 1.0.14:
9999	http://semver.org/ 
100100*/ 
101- static  const  int  TIXML2_MAJOR_VERSION = 6 ;
102- static  const  int  TIXML2_MINOR_VERSION = 2 ;
101+ static  const  int  TIXML2_MAJOR_VERSION = 7 ;
102+ static  const  int  TIXML2_MINOR_VERSION = 0 ;
103103static  const  int  TIXML2_PATCH_VERSION = 0 ;
104104
105- #define  TINYXML2_MAJOR_VERSION  6 
106- #define  TINYXML2_MINOR_VERSION  2 
105+ #define  TINYXML2_MAJOR_VERSION  7 
106+ #define  TINYXML2_MINOR_VERSION  0 
107107#define  TINYXML2_PATCH_VERSION  0 
108108
109109//  A fixed element depth limit is problematic. There needs to be a
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments