prepare sources for 0.12-alpha
This commit is contained in:
		
							parent
							
								
									d9544baff1
								
							
						
					
					
						commit
						a5c2b1d3dd
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -1,5 +1,5 @@
 | 
			
		|||
AC_INIT([Gajim - A Jabber Instant Messager],
 | 
			
		||||
		[0.11.4.4-svn],[http://trac.gajim.org/],[gajim])
 | 
			
		||||
		[0.12-alpha],[http://trac.gajim.org/],[gajim])
 | 
			
		||||
AC_PREREQ([2.59])
 | 
			
		||||
AM_INIT_AUTOMAKE([1.8])
 | 
			
		||||
AC_CONFIG_HEADER(config.h)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -3,10 +3,10 @@ import re
 | 
			
		|||
docdir = '../'
 | 
			
		||||
datadir = '../'
 | 
			
		||||
 | 
			
		||||
version = '0.11.4.4-svn'
 | 
			
		||||
version = '0.12-alpha'
 | 
			
		||||
 | 
			
		||||
import sys, os.path
 | 
			
		||||
for base in ('.', 'common'):
 | 
			
		||||
	sys.path.append(os.path.join(base, '.libs'))
 | 
			
		||||
 | 
			
		||||
# vim: se ts=3:
 | 
			
		||||
# vim: se ts=3:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue