Skip to content

Commit

Permalink
v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brianfinley committed Jul 2, 2016
1 parent 0fb20f4 commit ab40352
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -157,6 +157,7 @@ $(TOPDIR)/tmp/${package}-$(VERSION).tar.bz2: clean
@echo '# Scrape-n-paste'
@echo 'vim VERSION'
@echo 'ver=$$(cat VERSION)'
@echo 'echo $$ver'
@echo
@echo '# deb pkg bits first'
@echo 'git log `git describe --tags --abbrev=0`..HEAD --oneline > /tmp/${package}.gitlog'
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.6.9
0.7.1
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
simple-state-manager (0.7.1) stable; urgency=medium

* 0fb20f4 - fix annoying 0 509 dirs in local dir bug.

-- Brian Finley <bfinley@tbob> Sat, 02 Jul 2016 14:18:29 -0500

simple-state-manager (0.6.9) stable; urgency=medium

* 95e262d - Always invoke load_pkg_manager_functions(), even if
Expand Down
2 changes: 1 addition & 1 deletion rpm/simple-state-manager.spec
@@ -1,6 +1,6 @@
Name: simple-state-manager
Summary: Manage the state of specific files and packages on a system.
Version: 0.6.9
Version: 0.7.1
Release: 1
BuildArch: noarch
Group: System Environment/Applications
Expand Down

0 comments on commit ab40352

Please sign in to comment.