Skip to content

Commit 84cb5cd

Browse files
committed
[Release 1.00.0] Release of the 1.00.0 version of SimLFS.
1 parent de9b008 commit 84cb5cd

6 files changed

Lines changed: 15 additions & 5 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ include (config/project_config_embeddable.cmake)
99
# Project info
1010
set_project_names (simlfs SimLFS)
1111
set_project_brief ("C++ Simulated Low Fare Search (LFS) library")
12-
set_project_versions (0 1 0)
12+
set_project_versions (1 00 0)
1313

1414
##
1515
# Project options

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
* Wed Dec 12 2012 Denis Arnaud <denis_arnaud at users dot sourceforge dot net> 1.00.0
2+
- Works with StdAir-1.00.0, AirRAC 1.00.0, RMOL-1.00.0, AirInv-1.00.0, SEvMgr 1.00.0 and SimFQT 1.00.0.
3+
14
* Thu Nov 24 2011 Denis Arnaud <denis_arnaud at users dot sourceforge dot net> 0.1.0
25
- Works with StdAir-0.44.3, RMOL-0.25.2 and AirInv-0.1.0.
36

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2012-12-12:
2+
- Version 1.00.0
3+
- Works with StdAir-1.00.0, AirRAC 1.00.0, RMOL-1.00.0, AirInv-1.00.0, SEvMgr 1.00.0 and SimFQT 1.00.0.
4+
15
2011-11-24:
26
- Version 0.1.0
37
- Works with StdAir-0.44.3, RMOL-0.25.2 and AirInv-0.1.0.

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ http://sourceforge.net/project/showfiles.php?group_id=365521
5151
Then, as usual:
5252
* To configure the project, type something like:
5353
mkdir build && cd build
54-
cmake -DCMAKE_INSTALL_PREFIX=/home/user/dev/deliveries/simlfs-99.99.99 \
54+
cmake -DCMAKE_INSTALL_PREFIX=/home/user/dev/deliveries/simlfs-1.00.0 \
5555
-DWITH_STDAIR_PREFIX=/home/user/dev/deliveries/stdair-stable \
5656
-DWITH_AIRRAC_PREFIX=/home/user/dev/deliveries/airrac-stable \
5757
-DWITH_RMOL_PREFIX=/home/user/dev/deliveries/rmol-stable \

autogen.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ then
4949
PROJECT_NAME=${PROJECT_NAME_STRING}
5050
fi
5151
#
52-
VERSION_MAJOR=0
53-
VERSION_MINOR=1
52+
VERSION_MAJOR=1
53+
VERSION_MINOR=00
5454
VERSION_PATCH=0
5555
VERSION_TMP_STRING=`grep "set_project_versions" CMakeLists.txt | sed -e "s/set_project_versions.*\([0-9]\+.\+[0-9]\+.\+[0-9]\+\).\+/\1/"`
5656
VERSION_STRING=`echo "${VERSION_TMP_STRING}" | grep "^[0-9]\+.[0-9]\+.[0-9]\+$"`

simlfs.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%global mydocs __tmp_docdir
33
#
44
Name: simlfs
5-
Version: 0.1.0
5+
Version: 1.00.0
66
Release: 1%{?dist}
77

88
Summary: C++ Simulated Low Fare Search (LFS) library
@@ -112,6 +112,9 @@ rm -rf $RPM_BUILD_ROOT
112112

113113

114114
%changelog
115+
* Wed Dec 12 2012 Denis Arnaud <denis.arnaud_fedora@m4x.org> 1.00.0-1
116+
- Open source release
117+
115118
* Sat Jan 12 2012 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.1.0-1
116119
- First RPM release
117120

0 commit comments

Comments
 (0)