Skip to content

Commit

Permalink
[Release 1.00.0] Release of the 1.00.0 version of SimLFS.
Browse files Browse the repository at this point in the history
  • Loading branch information
gsabatier committed Dec 12, 2012
1 parent de9b008 commit 84cb5cd
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include (config/project_config_embeddable.cmake)
# Project info
set_project_names (simlfs SimLFS)
set_project_brief ("C++ Simulated Low Fare Search (LFS) library")
set_project_versions (0 1 0)
set_project_versions (1 00 0)

##
# Project options
Expand Down
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* Wed Dec 12 2012 Denis Arnaud <denis_arnaud at users dot sourceforge dot net> 1.00.0
- 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.

* Thu Nov 24 2011 Denis Arnaud <denis_arnaud at users dot sourceforge dot net> 0.1.0
- Works with StdAir-0.44.3, RMOL-0.25.2 and AirInv-0.1.0.

4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2012-12-12:
- Version 1.00.0
- 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.

2011-11-24:
- Version 0.1.0
- Works with StdAir-0.44.3, RMOL-0.25.2 and AirInv-0.1.0.
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ http://sourceforge.net/project/showfiles.php?group_id=365521
Then, as usual:
* To configure the project, type something like:
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=/home/user/dev/deliveries/simlfs-99.99.99 \
cmake -DCMAKE_INSTALL_PREFIX=/home/user/dev/deliveries/simlfs-1.00.0 \
-DWITH_STDAIR_PREFIX=/home/user/dev/deliveries/stdair-stable \
-DWITH_AIRRAC_PREFIX=/home/user/dev/deliveries/airrac-stable \
-DWITH_RMOL_PREFIX=/home/user/dev/deliveries/rmol-stable \
Expand Down
4 changes: 2 additions & 2 deletions autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ then
PROJECT_NAME=${PROJECT_NAME_STRING}
fi
#
VERSION_MAJOR=0
VERSION_MINOR=1
VERSION_MAJOR=1
VERSION_MINOR=00
VERSION_PATCH=0
VERSION_TMP_STRING=`grep "set_project_versions" CMakeLists.txt | sed -e "s/set_project_versions.*\([0-9]\+.\+[0-9]\+.\+[0-9]\+\).\+/\1/"`
VERSION_STRING=`echo "${VERSION_TMP_STRING}" | grep "^[0-9]\+.[0-9]\+.[0-9]\+$"`
Expand Down
5 changes: 4 additions & 1 deletion simlfs.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%global mydocs __tmp_docdir
#
Name: simlfs
Version: 0.1.0
Version: 1.00.0
Release: 1%{?dist}

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


%changelog
* Wed Dec 12 2012 Denis Arnaud <[email protected]> 1.00.0-1
- Open source release

* Sat Jan 12 2012 Denis Arnaud <[email protected]> 0.1.0-1
- First RPM release

0 comments on commit 84cb5cd

Please sign in to comment.