Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Commit

Permalink
Changed version to 3.1 before new release. Removed CVS stuff inside *…
Browse files Browse the repository at this point in the history
….[ch]
  • Loading branch information
Nicolas D committed Apr 8, 2012
1 parent f831755 commit 6548cda
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 33 deletions.
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

Welcome to iniParser -- version 3.0
released 02 Mar 2011
Welcome to iniParser -- version 3.1
released 08 Apr 2012

This modules offers parsing of ini files from the C level.
See a complete documentation in HTML format, from this directory
Expand All @@ -9,4 +9,4 @@ open the file html/index.html with any HTML-capable browser.
Enjoy!

N.Devillard
Wed Mar 2 21:46:14 CET 2011
Sun Apr 8 16:38:09 CEST 2012
2 changes: 1 addition & 1 deletion doc/iniparser.dox
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PROJECT_NAME = iniparser
PROJECT_NUMBER = 3.0
PROJECT_NUMBER = 3.1
OUTPUT_DIRECTORY = ..
OUTPUT_LANGUAGE = English
EXTRACT_ALL = YES
Expand Down
6 changes: 0 additions & 6 deletions src/dictionary.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
/**
@file dictionary.c
@author N. Devillard
@date Sep 2007
@version $Revision: 1.27 $
@brief Implements a dictionary for string variables.
This module implements a simple dictionary object, i.e. a list
Expand All @@ -12,10 +10,6 @@
*/
/*--------------------------------------------------------------------------*/

/*
$Id: dictionary.c,v 1.27 2007-11-23 21:39:18 ndevilla Exp $
$Revision: 1.27 $
*/
/*---------------------------------------------------------------------------
Includes
---------------------------------------------------------------------------*/
Expand Down
9 changes: 0 additions & 9 deletions src/dictionary.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
/**
@file dictionary.h
@author N. Devillard
@date Sep 2007
@version $Revision: 1.12 $
@brief Implements a dictionary for string variables.
This module implements a simple dictionary object, i.e. a list
Expand All @@ -13,13 +11,6 @@
*/
/*--------------------------------------------------------------------------*/

/*
$Id: dictionary.h,v 1.12 2007-11-23 21:37:00 ndevilla Exp $
$Author: ndevilla $
$Date: 2007-11-23 21:37:00 $
$Revision: 1.12 $
*/

#ifndef _DICTIONARY_H_
#define _DICTIONARY_H_

Expand Down
7 changes: 0 additions & 7 deletions src/iniparser.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,9 @@
/**
@file iniparser.c
@author N. Devillard
@date Sep 2007
@version 3.0
@brief Parser for ini files.
*/
/*--------------------------------------------------------------------------*/
/*
$Id: iniparser.c,v 2.19 2011-03-02 20:15:13 ndevilla Exp $
$Revision: 2.19 $
$Date: 2011-03-02 20:15:13 $
*/
/*---------------------------- Includes ------------------------------------*/
#include <ctype.h>
#include "iniparser.h"
Expand Down
7 changes: 0 additions & 7 deletions src/iniparser.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,10 @@
/**
@file iniparser.h
@author N. Devillard
@date Sep 2007
@version 3.0
@brief Parser for ini files.
*/
/*--------------------------------------------------------------------------*/

/*
$Id: iniparser.h,v 1.26 2011-03-02 20:15:13 ndevilla Exp $
$Revision: 1.26 $
*/

#ifndef _INIPARSER_H_
#define _INIPARSER_H_

Expand Down

0 comments on commit 6548cda

Please sign in to comment.