[Genabel-commits] r804 - in pkg/ProbABEL: . src

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Nov 24 13:16:10 CET 2011


Author: lckarssen
Date: 2011-11-24 13:16:09 +0100 (Thu, 24 Nov 2011)
New Revision: 804

Modified:
   pkg/ProbABEL/configure.ac
   pkg/ProbABEL/src/
Log:
Minor changes: 
- version number in ProbABEL's configure.ac is now 0.2.0 instead of 0.2-0, which is more consistent with general use of version numbers.
- Added src/config.h.in to svn ignore list (this file was deleted from svn in the previous commit).




Modified: pkg/ProbABEL/configure.ac
===================================================================
--- pkg/ProbABEL/configure.ac	2011-11-23 11:26:21 UTC (rev 803)
+++ pkg/ProbABEL/configure.ac	2011-11-24 12:16:09 UTC (rev 804)
@@ -2,8 +2,8 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.67])
-AC_INIT(ProbABEL, 0.2-0-beta, genabel-devel at r-forge.wu-wien.ac.at)
-AM_INIT_AUTOMAKE(ProbABEL, 0.2-0-beta)
+AC_INIT(ProbABEL, 0.2.0-beta, genabel-devel at r-forge.wu-wien.ac.at)
+AM_INIT_AUTOMAKE(ProbABEL, 0.2.0-beta)
 AC_CONFIG_SRCDIR([src/data.h])
 AC_CONFIG_HEADERS([src/config.h])
 


Property changes on: pkg/ProbABEL/src
___________________________________________________________________
Modified: svn:ignore
   - Makefile.in

   + Makefile.in
config.h.in




More information about the Genabel-commits mailing list