Skip to content

Commit

Permalink
note version 1.0 in code everywhere
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.code.sf.net/p/ntlmaps/code/trunk@957 4414eb6b-45f7-0310-abf5-9c8861e1d96f
  • Loading branch information
mdomsch committed Feb 23, 2009
1 parent b1b060b commit 2e2a090
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packaging/ntlmaps.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "ntlmaps"
!define PRODUCT_VERSION "0.9.9.7"
!define PRODUCT_VERSION "1.0"
!define PRODUCT_PUBLISHER "MZ"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
!define PRODUCT_UNINST_ROOT_KEY "HKLM"
Expand Down
8 changes: 6 additions & 2 deletions packaging/ntlmaps.spec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# ntlmaps.spec
# Copyright (C) 2004 Darryl Dixon <[email protected]>
# This program may be freely redistributed under the terms of the GNU GPLv2
# This program may be freely redistributed under the terms of the GNU GPLv2+
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name: ntlmaps
Version: 0.9.9.8
Version: 1.0
Release: 1%{?dist}
Summary: NTLM Authorization Proxy Server

Expand Down Expand Up @@ -46,6 +46,10 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/%{name}*

%changelog
* Mon Feb 23 2009 Matt Domsch <[email protected]> - 1.0-1
- minor cleanups.
- finally a 1.0 release!

* Tue Oct 21 2008 Matt Domsch <[email protected]> - 0.9.9.8-1
- cleanup for Fedora packaging

Expand Down
2 changes: 1 addition & 1 deletion packaging/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
serverCfgDir='/etc/ntlmaps'

setup(name='ntlmaps',
version='0.9.9.8',
version='1.0',
description='NTLM Authorization Proxy Server',
url='http://ntlmaps.sourceforge.net/',
packages=['ntlmaps'],
Expand Down
2 changes: 1 addition & 1 deletion scripts/ntlmaps
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import ntlmaps
# look for default config name in ntlmaps/config.py
conf = ntlmaps.config.read_config(ntlmaps.config.findConfigFileNameInArgv(sys.argv))

conf['GENERAL']['VERSION'] = '0.9.9.7'
conf['GENERAL']['VERSION'] = '1.0'

#--------------------------------------------------------------
print 'NTLM authorization Proxy Server v%s' % conf['GENERAL']['VERSION']
Expand Down

0 comments on commit 2e2a090

Please sign in to comment.