Skip to content

Commit

Permalink
--Small fixes related to release scripts.
Browse files Browse the repository at this point in the history
--Updated main page.txt
--Updated Changelog to release 1.1.2
  • Loading branch information
Diogo Autilio committed Apr 11, 2014
1 parent fe2f5be commit 0b9c973
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.TXT
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version MOD 1.1.2
-----------------
—Updated: libpng to 1.5.
—Updated: Doxyfile to 1.8.6
—Fixed: Doxygen warnings.


Version MOD 1.1.1a
-----------------
-Added: some Strangelove fixes.
Expand Down
4 changes: 2 additions & 2 deletions Doc/mainpage.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
\mainpage OldSchool Library v2.0 Documentation
\mainpage OldSchool Library MODv2 Documentation

\section intro Introduction

Welcome to the OldSchool Library documentation. To begin, you can access the function reference by clicking on the
Welcome to the OldSchool Library MODv2 documentation. To begin, you can access the function reference by clicking on the
"Modules" tab.

This page includes some tutorials that you can read before beginning.
Expand Down
2 changes: 1 addition & 1 deletion release.bat
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ xcopy install.bat %TARGET%
xcopy install.sh %TARGET%

echo "xcopying DOC...."
xcopy OSLib_MOD_Documentation %TARGET%\Doc
xcopy OSLib_MOD2_Documentation %TARGET%\Doc

echo "xcopying Samples...."
xcopy samples /e %TARGET%\Install\samples
Expand Down
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ cp -f install.bat $TARGET
cp -f install.sh $TARGET

echo "Copying DOC...."
cp -rf OSLib_MOD_Documentation $TARGET/Doc
cp -rf OSLib_MOD2_Documentation $TARGET/Doc

echo "Copying Samples...."
cp -rf samples $TARGET/
Expand Down

0 comments on commit 0b9c973

Please sign in to comment.