mirror of https://github.com/OpenVPN/openvpn-gui
				
				
				
			switch to incremental versioning, bump to v2
							parent
							
								
									3751dbe8f4
								
							
						
					
					
						commit
						d88e66267f
					
				|  | @ -19,11 +19,9 @@ dnl  distribution); if not, write to the Free Software Foundation, Inc., | |||
| dnl  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA | ||||
| 
 | ||||
| AC_PREREQ(2.59) | ||||
| define([VERSION_MAJOR], [1]) | ||||
| define([VERSION_MINOR], [0]) | ||||
| define([VERSION_FIX], [3]) | ||||
| AC_INIT([OpenVPN GUI],[VERSION_MAJOR.VERSION_MINOR.VERSION_FIX],[openvpn-devel@lists.sourceforge.net],[openvpn-gui],[http://openvpn-gui.sf.net]) | ||||
| AC_DEFINE([PACKAGE_VERSION_RESOURCE], [VERSION_MAJOR,VERSION_MINOR,VERSION_FIX,0], [Version in windows resource format]) | ||||
| define([_GUI_VERSION], [2]) | ||||
| AC_INIT([OpenVPN GUI],[_GUI_VERSION],[openvpn-devel@lists.sourceforge.net],[openvpn-gui],[http://openvpn-gui.sf.net]) | ||||
| AC_DEFINE([PACKAGE_VERSION_RESOURCE], [_GUI_VERSION,0,0,0], [Version in windows resource format]) | ||||
| AC_CONFIG_AUX_DIR([.]) | ||||
| AM_CONFIG_HEADER([config.h]) | ||||
| AC_CONFIG_SRCDIR([main.h]) | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Heiko Hund
						Heiko Hund