Skip to content

Commit

Permalink
fix typo in lrdf.pc.in
Browse files Browse the repository at this point in the history
  • Loading branch information
taybin committed Oct 4, 2011
1 parent 220a393 commit 7ebc032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lrdf.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ Name: liblrdf
Version: @VERSION@
Description: liblrdf, a lightweight RDF library with extensions for LADSPA
Libs: -L${libdir} -llrdf
Libs.Private: @RAPTOR_LIBS@ -lcrypto
Libs.private: @RAPTOR_LIBS@ -lcrypto
Cflags: @RAPTOR_CFLAGS@ -I${includedir}

2 comments on commit 7ebc032

@amitkulz
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you tag a release please? so we can have a stable tarball.

thanks

@taybin
Copy link
Collaborator Author

@taybin taybin commented on 7ebc032 Apr 13, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0.5.0 is tagged with this commit.

Please sign in to comment.