Skip to content

Commit

Permalink
Ready for 1.00.02
Browse files Browse the repository at this point in the history
  • Loading branch information
fbb-git committed Feb 12, 2015
1 parent b72e22f commit 4ded824
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions oxref/INSTALL.im
@@ -1,8 +1,8 @@
// Specify the name of the program created by this project:
#define PROGRAM "oxref"

//#define CXX "g++"
#define CXX "g++-5"
#define CXX "g++"
//#define CXX "g++-5"
// the compiler to use.

#define CXXFLAGS "--std=c++0x -Wall -O2"
Expand Down
5 changes: 4 additions & 1 deletion oxref/changelog
Expand Up @@ -2,7 +2,10 @@ oxref (1.00.02)

* Fixed compilation errors that emerged with g++-5, reported by Matthias
Klose.


* Added the file 'required' to the source distribution summarizing the
required software for building oxref.

-- Frank B. Brokken <f.b.brokken@rug.nl> Thu, 12 Feb 2015 18:13:30 +0100

oxref (1.00.01)
Expand Down
2 changes: 1 addition & 1 deletion sourcetar
Expand Up @@ -19,7 +19,7 @@ tgz()

case "$1" in
(d)
tgz ${HOME}/debian/${PROJECT}/tarballs/${PROJECT}_${VERSION}.orig.tar.gz
tgz ${HOME}/git/${PROJECT}/tarballs/${PROJECT}_${VERSION}.orig.tar.gz
;;

(l|u)
Expand Down

0 comments on commit 4ded824

Please sign in to comment.