mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-30 21:42:59 +00:00 
			
		
		
		
	Version now defined evrywhere by setversion-sh
This commit is contained in:
		| @@ -2,7 +2,7 @@ | ||||
| # Process this file with autoconf to produce a configure script. | ||||
|  | ||||
| AC_PREREQ([2.68]) | ||||
| AC_INIT([hyperrogue], [7.7h]) | ||||
| AC_INIT([hyperrogue], [7.4h]) | ||||
| AM_INIT_AUTOMAKE([-Wall -Werror foreign]) | ||||
| ${CXXFLAGS=""} | ||||
| AC_CONFIG_SRCDIR([hyperpoint.cpp]) | ||||
|   | ||||
							
								
								
									
										2
									
								
								setversion-sh
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							
							
						
						
									
										2
									
								
								setversion-sh
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							| @@ -7,4 +7,6 @@ export VERNUM=`grep "#define VERNUM " hyper.cpp | sed "s/#define VERNUM //" | se | ||||
| sed "s/\"ProductVersion\", \"\(.*\)\"/\"ProductVersion\", \"$VER\"/" -i hyper.rc | ||||
| sed "s/FILEVERSION   \(.*\)$/FILEVERSION     $VERNUM/" -i hyper.rc | ||||
| sed "s/PRODUCTVERSION\(.*\)$/PRODUCTVERSION  $VERNUM/" -i hyper.rc | ||||
| # Adjust it in configure.ac | ||||
| sed "s/AC_INIT.*/AC_INIT([hyperrogue], [$VER])/" -i configure.ac | ||||
| echo $VER | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Alexandre Moine
					Alexandre Moine